Your experimental, lightweight, moody (but useful) and customizable chat bot for Slack.
- Sets the
SLACK_BOT_TOKEN
environment variable. It must be a bot token, and you can create one here - Start it running
mix run --no-halt
in your server. - Profit
By default the Github integration plugin is enabled, currectly we have these modules:
- ListPullRequests
Just generates and sets the GITHUB_ACCESS_TOKEN
environment variable.
It integrates with our not-released deployer.
To configure it, just set ZUPPER_HOOK_URL
to the Zupper's
default hook URL.
- Ability to schedule jobs
- Send formatted Slack messages
- Redis integration for persistence
- Test coverage 😳
- Fork it
- Create your feature branch from master
- Do your stuff
- Open a Pull Request with a good description
- Thank you <3