nu_plugin_twitch 0.1.1

A Nu Shell plugin to interact with Twitch IRC and API, making scripting easier.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod auth;
pub use auth::TwitchAuth;

mod chat;
pub use chat::TwitchChat;

mod notices;
pub use notices::TwitchNotices;

mod say;
pub use say::TwitchSay;