Twitch chat in the terminal.
Go to file
2021-08-23 16:33:31 -07:00
.github/workflows Initial commit 2021-08-23 15:27:12 -07:00
images Added actual stuff to README. 2021-08-23 16:10:53 -07:00
src Attempting to fix the failing build. 2021-08-23 16:24:11 -07:00
.env_example Added environment variables example. 2021-08-23 16:10:28 -07:00
.gitignore Added dependencies. 2021-08-23 16:12:59 -07:00
.pre-commit-config.yaml Added pre-commit. 2021-08-23 16:33:31 -07:00
Cargo.lock Added dependencies. 2021-08-23 16:12:59 -07:00
Cargo.toml Added dependencies. 2021-08-23 16:12:59 -07:00
LICENSE Initial commit 2021-08-23 15:27:12 -07:00
README.md Added actual stuff to README. 2021-08-23 16:10:53 -07:00

Twitch Chat IRC, read only, in the terminal.

What it looks like:

preview

Setup:

  1. Copy all placeholder files from .env_example to .env
  2. NICKNAME is your Twitch username, CHANNEL is the livestreamer's username, and you get TOKEN here.
  3. run cargo run --release, and you're good to go!

TODO:

  • I'll get the binary working eventually.
  • yay support, soon.