sergeant 0.8.1

Sergeant is a terminal based Twitch chat widget and bot in one. It will display the Twitch chat from your channel in terminal while also allowing you to add chat bot commands.
Documentation
1
2
3
4
5
6
7
pub mod commands;
pub mod eventsub;
pub mod scrollview;
pub mod tui;
pub mod twitch;
pub mod utils;
pub mod websocket;