Skip to content

lennartjansson/set-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

set-bot

Play SET in a slack chatroom!

Pip dependencies

  • rtmbot
  • pillow

To run the server

rtmbot

Configuration

You need an rtmbot.conf file in the repo root. It should look something like this:

DEBUG: True
SLACK_TOKEN: "------- your slack api token here --------"
ACTIVE_PLUGINS:
    - plugins.SetBotPlugin

There are some variables in plugins/SetBotPlugin.py that need to be hardcoded to be correct for your use case, like the name of the bot user and the name of the channel to run in. These could be environment variables, but I'm lazy.

About

Play SET in a Slack chatroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages