1 unstable release
0.1.1 | Jun 6, 2022 |
---|---|
0.1.0 |
|
#10 in #loco
13KB
313 lines
Loco Twitch (WIP)
Loco Twitch is a Synchronous IRC client with focus on Twitch IRC chat.
Usage:
[dependencies]
loco-twitch = "0.1.0"
fn main() {
let loco_config = LocoConfig::new(oauth, nickname, channel_to_join);
let mut loco_connection = LocoConnection::new(loco_config).unwrap();
while let Some(irc) = loco_connection.next() {
//do something with IRC
}
}
Dependencies
~3–4.5MB
~74K SLoC