@all is a GroupMe chat bot built on Hubot. It was configured to be deployed on Heroku to get you up and running as quick as possible.
Mention (tag) everyone in your group at once!
Blacklist users who don't need notifications.
Deploy to heroku easily!
- Fork the repository to your GitHub account
- Log in to Heroku
- Create a new app
- Deploy from your GitHub and select the repo
- Configure environment variables (and optionally Redis)
Start by configuring the environment variables below:
- HUBOT_GROUPME_TOKEN
- HUBOT_GROUPME_ROOM_ID
- HUBOT_GROUPME_BOT_ID
And optionally configure a Redis server for blacklist persistence.
Once configured, you can run the bot with ./bin/hubot -a groupme
.
You should now be able to open the GroupMe room you've chosen and tag everyone in the group by mentioning @all!
Since this is one of my most popular repos, I wrote a blog post on configuring and extending this project. Please check this out if you have trouble! Finally, I'm always happy to help you with any other troubles that may come up. Please either open a new issue or send me an email :)