Skip to content

A Slack bot to play Chatroulette with your team members

License

Notifications You must be signed in to change notification settings

AcroMace/slack-roulettebot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-roulettebot

A Slack bot based Python-rtmbot to play Chatroulette with your team members

Installation

  1. Download the code
    git clone git@github.com:AcroMace/slack-roulettebot.git
    cd slack-roulettebot
  1. Install dependencies (virtualenv is recommended.)
    pip install -r requirements.txt
  1. Add the bot to your team by going to Slack here and adding the "Bots" option in "DIY Integrations & Customizations"

  2. Copy and paste the API Token into the rtmbot.conf file between the quotes for SLACK_TOKEN

  3. Start the bot by running ./rtmbot.py

How to use

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

About

A Slack bot to play Chatroulette with your team members

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%