Readme

Docs

A Twitch.tv chat bot written in Python3 that uses MongoDB to store data.

Requirements

Installation

Installing MongoDB

Installation

Installing the bot

git clone https://github.com/FaithBeam/chat-samples.git
cd chat-samples
virtualenv venv
source venv/bin/activate
pip install irc requests pymongo

Configuring

Refer to config/readme.md for configuration. Credentials.ini is the only necessary edits unless you installed your mongodb instance on another machine.

Running

python twitchbot.py