Skip to content

mxthevs/rustedbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀 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

Releases

No releases published

Packages

No packages published

Languages