/rustedbot

Twitch.tv chatbot written in Rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

🦀 rustedbot

Written in Rust Documentation License: GPL 3.0

What this is?

rustedbot is a Twitch.tv chatbot 🤗. It can be used to moderate your chat, interact with your viewers and much more!

Running the bot

  1. Clone the repository
  2. Rename the bot.conf.example file to bot.conf and fill in the values
  3. Build the bot with cargo build --release
  4. Run the bot with ./target/release/rustedbot ./bot.conf
git clone https://github.com/mxthevs/rustedbot.git
cd rustedbot
cargo build --release
cp bot.conf.example bot.conf
# Fill in the values
./target/release/rustedbot ./bot.conf

Contributing

If you have any problem, feel free to file an issue and if you are willing to contribute to the project, open a pull request as well!

Released under GPL-3.0 License