perjonsson / twilio-sms-reminders

Personal sms reminder service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twilio-sms-reminders

This is a personal sms reminder service written in Clojure. It's designed to run on Heroku, using Temporize for scheduling jobs and Twilio for sending and receiving sms messages.

Features:

  • Send text message to your Twilio number in format {Notification Title} ; {h:mma MM-dd-yy} e.g. Dinner with Andre ; 7:00PM 10-11-1981

  • receive text message with reminder info at that time

TODO:

  • Code cleanup + refactoring
  • Make usable for other people
  • Use prettytime-nlp to parse incoming messages as natural language/in a less strict format
  • Add org-mode integration through Dropbox

About

Personal sms reminder service

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%