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
mod message;
pub use message::TwitchMessage;

mod notice;
pub use notice::TwitchNotice;