A GroupMe chatbot that sends pictures of cute, fluffy dogs and cats! Uses the dog.ceo API for getting pictures of dogs and thecatapi.com for pictures of cats. Supports a lot of different dog breeds and sub-breeds (list).
There are a few simple steps involved here.
-
Deploy the app to Heroku using the button below. Give it a memorable name; we will need it later.
-
Create a bot user at the GroupMe dev site. Assign it to the chat you want to add it, give it a name and an avatar, and for the callback URL, use https://
<name>
.herokuapp.com where<name>
corresponds to the name you used in step #1. -
Now copy the "bot ID" field on the GroupMe dev site.
-
Go to your app dashboard on Heroku (clicking "Manage" when the install finishes in step #1) and in the settings tab, change the config variable
GROUPME_BOT_ID
from default to the value you copied in step #3. -
We are done now! Trigger the bot in your chat by saying "dog" or "cat" or "floof" or "cloud" or any of the breeds of dogs from the list linked above.