Find a file
2023-10-06 16:11:11 -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
.gitignore Add gitignore 2023-10-06 16:11:11 -04:00
Cargo.toml Add Cargo.toml 2023-10-06 13:56:32 -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