Reminder-Twilio Bot
Reminder-bot is a python based bot that texts Skyler until he breaks.
Getting Started
- Create a Twilio Account
- Create a Heroku Account
- Install Heroku Cli on your local machine.
Installation
- Log into Twilio Account and create a bot and assign it to a chat. Name the bot Spongebob, (or rename it but update it in the main python file).
- Clone or Download this project and navigate to it in your command line tool.
- From the command line
heroku login
- After you have finished logging in. You need to create the app.
heroku apps:create NAME-OF-BOT
- This should output a URL for your bot to live at. Log back into Groupme dev center and paste this URL into your bots Callback URL
- TODO
- TODO
git push heroku master
- TODO