Streams twitch chat
- python 3
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
streamtwitchat expects the following environment variables:
TWITCH_SERVER
twitch chat irc urlTWITCH_PORT
twitch chat irc portTWITCH_NICKNAME
lowercase twitch username associated with twitch tokenTWITCH_TOKEN
twitch token associated with twitch username, https://dev.twitch.tv/docs/irc/guideTWITCH_CHANNEL
lowercase twitch channel to join
$ ./streamtwitchat
< username >
> message
...