Find a file
2023-10-07 03:42:15 -04:00
src Add important command 2023-10-06 16:55:30 -04:00
.gitignore signed test 2 2023-10-07 02:30:32 -04:00
Cargo.toml Fix package name, add rand 2023-10-07 03:42:15 -04:00
README.md Add whitespace 2023-10-06 15:18:15 -04:00

SmugBot

A twitch chatbot written in Rust

Cargos

Usage

  1. Get twitch OAUTH key
  2. Add the OAUTH key (without 'oauth:') to .env
  3. Put account name also to .env
  4. Add a channel for the bot to join
  5. Program some logic
  6. Build and test