7bot is Slackbot that helps teams keep track of the state of their open pull requests.
BOT_GITHUB_TOKEN=<token> BOT_SLACK_TOKEN=<token> ./7bot.jar
- Java 8
- Scala v2.12.4
brew install scala
- scalafmt v1.4.0
brew install scalafmt
- Scala Build Tool v1.1.1
brew install sbt
git clone https://github.com/drwlrsn/7bot.git
$ cd 7bot
$ sbt build
$ sbt test