thearst3rd / thearstbot-twitch

Simple twitch bot, might be used on my stream sometimes. Mirroring https://git.thearst3rd.com/thearst3rd/thearstbot-twitch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thearstbot - thearst3rd's Twitch Bot

I thought it'd be fun to make a twitch bot, so here it is! It doesn't do much, I mostly just followed tutorials online. It may or may not be active on my twitch channel.

Run instructions

Install python3, then install the requirements:

pip3 install -r requirements.txt

Create a .env file with the following details:

TMI_TOKEN=oauth:<your oauth token>
CLIENT_ID=<your client ID requested from twitch dev>
CHANNEL=<username of channel you want the bot to join>

Then, run the bot:

python3 bot.py

Ask me for help if none of this makes sense lol

About

Simple twitch bot, might be used on my stream sometimes. Mirroring https://git.thearst3rd.com/thearst3rd/thearstbot-twitch


Languages

Language:Python 100.0%