Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.29 KB

Slack Gamebot

A gamebot for Slack, written in python2 and utilzing Django 1.9. Gamebot has support for leaderboards, stats, and smack talking; it covers all the bases.

Looks like this:

Creates ELO rankings and charts like this:

Setup:

  • Get your slack API token:

  • On command line (replace <YOUR-API-KEY> with the API key you copied above):

git clone https:/owocki/slack_gamebot.git
cd slack_gamebot
echo 'API_TOKEN = "<YOUR-API-KEY>"' > slackbot_settings.py
pip install --ignore-installed -r requirements.txt
./manage.py migrate
./manage.py run_bot
  • Invite your gamebot to a channel.
  • Start interacting with commands like gamebot help.