Twalk – Twitch Bot
You can add this bot to your channel using this link
Want to contribute to the bot in some way? Read the CONTRIB.md file
The Pitch
DESCRIPTION OF YOUR BOT: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque sit amet consequat magna. Nam malesuada vitae tortor id aliquam. Praesent congue lectus quis neque scelerisque euismod. Pellentesque malesuada diam ut purus facilisis, et ultricies tellus vulputate. Sed a consequat ipsum. Vivamus dui neque, venenatis non dui vitae, mattis pulvinar nisl. Praesent vitae viverra mi.
Commands
All the commands start with the prefix /
Name | Description |
---|---|
hello | Say hello to the bot! |
… | … |
… | … |
Run It Yourself
If you want to compile the bot’s code to then run it in a local server, you will need:
Name | Version | Use | Links |
---|---|---|---|
Git | v0.9+ | Clonning the repository to your computer | install docs |
Go tool | v0.5.0+ | Building the actual bot as an executable | install docs |
Then, run open a terminal / cmd and run:
Clone the repository
git clone https://github.com/jostgrant/twalk.git
Move inside the repository
cd twalk/
Use the Golang tool to build the code
go build -o bot
Execute the code
./bot -t <bot token>
Credit And Thanks
—