Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 558 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 558 Bytes

🎲 SlackBot 🎲

"b/c..games"

Usage

Install

Install the slack client.

sudo pip install slackclient

Clone the repo.

git clone https://github.com/ADI-Labs/slackbot-games

Navigate to folder.

cd slackbot-games

Create a file token.json and add {"token":"YOUR_TOKEN"}

touch token.json 

Run the bot in your terminal with:

python bot.py

Check slack for the bot.

Success!

Reversi Citation

Python code for Reversi adapted from Al Swaigart: https://inventwithpython.com/chapter15.html