GroupMe Link Extractor
Made in an afternoon in the first month during my first semester at Duke, this is a script that finds invitation links to other GroupMe groups by browsing through the chat history of a designated group and matching every message against a regular expression. Outputs a table containing the:
- Inferred Title (if the message is a directly pasted GroupMe invitation that starts with “You’re invited to my new group …”)
- Invitation link matched by RegEx
- Time at which message was sent
- Original sender (so you can DM him/her if the link fails to work)
Click on “star” to see its GitHub repo. Detailed description in there.