A Slack bot for discouraging use of undesirable phrases in your slack channels.
Requires Scala, sbt
To run:
Clone the repo. Put your bot API token in a file called bottoken.txt
, and a legacy user token in usertoken.txt
. Then run sbt run
.
Inspired by https://github.com/man1/slack-odds-are and built on https://github.com/gilbertw1/slack-scala-client.