Skip to content

setepenre/streamtwitchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

streamtwitchat

Streams twitch chat

prerequesites

  • python 3

setup

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

run

streamtwitchat expects the following environment variables:

  • TWITCH_SERVER twitch chat irc url
  • TWITCH_PORT twitch chat irc port
  • TWITCH_NICKNAME lowercase twitch username associated with twitch token
  • TWITCH_TOKEN twitch token associated with twitch username, https://dev.twitch.tv/docs/irc/guide
  • TWITCH_CHANNEL lowercase twitch channel to join
$ ./streamtwitchat
< username >
> message
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages