A slack notifier for Twitch written in python
Python3 bot using requests
for all communication.
- Register a Twitch app to get your clientID.
- Create a Slack
incoming-webhook
- Add the Twitch channels you want to be notified on to the config.json
- Rename the example config to
config.json
Run using python twitch_bot.py
It's suggested to run this on a cron or as a scheduled task.