A factory of bots for zplug
In zplug development, we use Slack as communication tool and many bots on Slack.
$ git clone https://github.com/zplug/bots; cd bots
$ npm install
$ export SLACK_TOKEN="xoxb-1234567890-abcdefghijklmnopqrstuvwxyz"
$ ./init.sh start
For more info, please click these links to read each bot usage:
- 🐬 bump-version-bot
- github-bot
- #️⃣ hashtag-bot
- ❓ help-bot
- :robot_face: manage-bot
- 🕶️ merge-bot
- rc-bot
- 👷 travis-bot
- 🆙 update-bot
- 📊 uptime-bot
- 🚀 version-bot
@b4b4r07 |