/reminder-twilio-bot

A small python script that texts

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Reminder-Twilio Bot

Reminder-bot is a python based bot that texts Skyler until he breaks.

Getting Started

Installation

  1. 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).
  2. Clone or Download this project and navigate to it in your command line tool.
  3. From the command line
heroku login
  1. After you have finished logging in. You need to create the app.
heroku apps:create NAME-OF-BOT
  1. 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
  2. TODO
  3. TODO
git push heroku master
  1. TODO