Skip to content

LastContinue/professor_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Professor Demo

This is a demo implementation of SlackProfessor (and by extension, Pokerap)

Since this is just a demo, I went ahead and filled in all of the config variables you can use for the respective dependencies. See them in /config/confix.exs. You'll notice config :prof_demo, tokens: is set to read from System vars. Details below on how that needs to be setup.

Enjoy!

Usage

  1. clone this repo
  2. set SLACKBOT_TOKENS ENV variable (export SLACKBOT_TOKENS="token1, token2, tokenX"), using a comma to separate the tokens. Spaces get stripped so doesn't matter one way or the other.
  3. Run mix run -no-halt, or iex -S mix if you want to play along

About

Demo implementation of Slack Professor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages