A bot which sends message from discord to twitch and vice versa.
pip install -r requirements.txt
Set the following environments variables:
- DISCORD_TOKEN = Your discord bot oauth token
- TWITCH_CHANNEL = The twitch channel name in which messages are received / sent
- DISCORD_CHANNEL_ID = The discord channel id in which messages are received / sent
Launch twitch_bot.py once and create the bot configuration.
Exit, then launch main.py.
Enjoy.