duress-to-kill / whiskeybot

A simple IRC bot to interface with OLCC's liquor sales API
GNU General Public License v2.0
2 stars 0 forks source link

whiskeybot

A simple IRC bot to interface with OLCC's liquor sales API

Whiskeybot requirements list

Primary features

Possible additional features

Install

Installing in a virtualenv

# 1. Clone whiskeybot
git https://github.com/mongolsamurai/whiskeybot.git
# 2. Enter Repo
cd whiskeybot
# 3. Create a virtual enviroment
virtualenv venv
# 4. Enter vittual enviroment
source venv/bin/activate
# 5. Install dependencies
python setup.py install

Dependencies