372 B
372 B
SmugBot
A twitch chatbot written in Rust
Cargos
- Twitch chat: https://docs.rs/twitch-irc/5.0.1/twitch_irc/
- Env reading: https://docs.rs/dotenv/0.15.0/dotenv/index.html
Usage
- Get twitch OAUTH key
- Add the OAUTH key (without 'oauth:') to .env
- Put account name also to .env
- Add a channel for the bot to join
- Program some logic
- Build and test