Twitch Chat Bot with Follower Notfications and Optional Text-to-Speech
Create a virtual environment and install the dependencies in requirments.txt:
$ python3 -m venv venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txtYou can run the bot with TTS using
(venv) $ python twitch_chat_bot_tts.pyYou can run the bot without TTS using
(venv) $ python twitch_chat_bot.py