8000 GitHub - blackmatt37/text-reminder: Remind Yourself via Text Message
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

blackmatt37/text-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Reminder

Remind Yourself via Text Message. This is a service I built to help remind me of things to do. You can text it a date, time, and message, and it will send you back the message that date and time.

How it Works:

Text Reminder is written in python and running on an aws instance. It uses couchdb to store the message, and twilio to handle the sms messages. You can test out the app by sending the message to 703-940-0998. To format the message, place the date and time before three periods and a space. Then write the message.

"dateString"... "message"

Date Examples

  • Today at 6 pm
  • Tomorrow at 9:30 pm
  • Wednesday a 10 am
  • 7/13/13 at 4:20 pm

Including a date without at time will default to midnight

Complete Example

  • Today at 6:30 pm... Take out the trash
  • Monday at 9 pm... Turn in english paper
  • 8/24/13... Feed neighbor's cat

Dependencies

API'S

Installation

Start out by installing the python dependencies by running ./depend to install the python dependencies. If that doesn't work, you can install them manually. Next, install a couchdb server running localy on the server. Next, register an account on twilio, and by a phone number. Be sure to point the number to your server in the setup. Next, get api keys for all of the apis listed above. Run sh start.sh to start the server.

About

Remind Yourself via Text Message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0