twitch-send 1.0.0

Command line tool to send messages to twitch
twitch-send-1.0.0 is not a library.

Twitch Send

Command Line Tool to send messages to your twitch chat

Prerequesites

  • cargo

Setup twitch authentication

You will need to set the following environment variables

  • TWITCH_SEND_TOKEN can be generated at twitchapps.com/tmi.
  • TWITCH_SEND_NAME is your twitch name
  • TWITCH_SEND_CHANNEL the twitch channel to join

Install the binary

git clone https://github.com/hardliner66/twitch-send
cd twitch-send
cargo install --force --path .

Run

twitch-send Hello Twitch!