Browsing Tag

Python

Technology

Using GroupMe’s API To Bulk Add People

I’m updating GroupMe-Multi-Add (originally written by Y.H.) to accommodate for changes within GroupMe’s public facing UI, as well as make it more intuitive to use for less tech-oriented people. Changes Made: GroupMe’s UI now makes it impossible to find the group_id of a chat without using the API. Consequently, I auto-grab the correct GroupMe group_id using the name of the group and calls to the API instead. Got rid of global variables…

Continue Reading