A Slack bot based Python-rtmbot to play Chatroulette with your team members
- Download the code
git clone git@github.com:AcroMace/slack-roulettebot.git
cd slack-roulettebot
- Install dependencies (virtualenv is recommended.)
pip install -r requirements.txt
-
Add the bot to your team by going to Slack here and adding the "Bots" option in "DIY Integrations & Customizations"
-
Copy and paste the API Token into the
rtmbot.conf
file between the quotes forSLACK_TOKEN
-
Start the bot by running
./rtmbot.py
The format of the commands were taken from the Slackroulette project:
!online - Become available to chat with others
!offline - Stop participating
!spin - Start a conversation
!leave - Leave the current conversation