Skip to content

wescules/Groupme-Mention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupMe @Mention

@Mention 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.

Features

Mention (tag) certain groups within your group

Deploy to heroku easily!

Deploying to Heroku

  1. Fork the repository to your GitHub account
  2. Log in to Heroku
  3. Create a new app
  4. Deploy from your GitHub and select the repo
  5. Configure environment variables (and optionally Redis)

Configuration

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.

###Add Additional Groups

Copy/paste the robot.hear @e1/@e2 fucntion and add uers ids to the xD array

get user ids from: curl -m https://api.groupme.com/v3/groups?token=token123

Running

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 @mention!