Crate nu_plugin_twitch

Crate nu_plugin_twitch 

Source
Expand description

A nu plugin to interact with Twitch IRC & API.

Currently provide the following commands:

  • twitch auth for authentication, with support for multiple profiles
  • twitch chat for listening to Twitch chat via IRC
  • twitch notices for listening to Twitch events via IRC
  • twitch say for saying someing in Twitch chat via IRC (require authentication)

Modules§

commands
Definition of all the nu commands
values
Definition of the custom types returned by the commands

Structs§

TwitchPlugin
Plugin interface implementation