twitch-send

Crates.iotwitch-send
lib.rstwitch-send
version1.0.2
sourcesrc
created_at2021-02-15 16:10:20.352999
updated_at2021-02-15 17:08:24.342463
descriptionCommand line tool to send messages to twitch
homepage
repositoryhttps://github.com/hardliner66/twitch-send
max_upload_size
id355597
size31,421
Steve Biedermann (hardliner66)

documentation

README

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

cargo install --force twitch-send

Run

twitch-send Hello Twitch!
Commit count: 13

cargo fmt