Find a file
2023-10-06 14:22:42 -04:00
src Add src/main.rs 2023-10-06 13:55:41 -04:00
.env Add .env 2023-10-06 13:56:08 -04:00
Cargo.toml Add Cargo.toml 2023-10-06 13:56:32 -04:00
README.md Update README.md 2023-10-06 14:22:42 -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