Useful for clubs that use GroupMe for communications, or just for SMS broadcasting...
- Head to the developer page.
- Login to the account that owns the group you want to automate.
- Click the "Access Token" button next to the your name.
- There is no step 4.
- Fire up that terminal!
- Fetch all your group info with this command:
curl https://api.groupme.com/v3/groups?token=YOUR_TOKEN
(please remember to replace YOUR_TOKEN) - Find the group you want, and copy the "id" value
- Easy right?
Yes please! If you have any cool stuff to add, send me a PR (or 2)!