/oreobot

testing out twitch bots

Primary LanguagePython

oreobot

twitch bot testing

install dependencies

pipenv install

add credentials in .env file

  • make sure .env is in the same dir as bot.py
TMI_TOKEN=oauth:
CLIENT_ID=
BOT_NICK=
BOT_PREFIX=!
CHANNEL=

running the bot

pipenv run python bot.py