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
8
9
10
11
12
13
#[allow(dead_code)]
struct Tag {
    name: String,
    value: String,
}

#[allow(dead_code)]
struct Message {
    tags: Vec<Tag>,
    prefix: String,
    command: String,
    message: String,
}