Hey! I set up this static GroupMe bot in one of my friends' GroupMe group chats. It utilizes the GroupMe API (documentation can be found here https://dev.groupme.com/). Essentially, once the bot is created, GroupMe will send post requests to your chosen server with the information of every incoming text chat. My code then takes those chats and sends back a post request to the API when a select phrase is found within one of the messages. This post request triggers the bot to send a text in the chat!