foxyblue / slack_hangman

hangman bot for slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman Bot for Slack.

This bot allows games of hangman in slack channels.

Deploying to Heroku:

After installing heroku

heroku login
git clone git@github.com:GiantsLoveDeathMetal/slack_hangman.git
cd slack_hangman
heroku create
git push heroku master

Setup config vars on heroku from slack api: API_TOKEN BOT_ID

Using hangman bot:

The bot picks up the key word "?"

Play hangman: ?hangman
Check your stats: ?me
Check all stats: ?stats
See highscores: ?leaders

Guessing a letter (e.g. '?t', '?p')

About

hangman bot for slack


Languages

Language:Python 100.0%