Skip to content

mmerrittsmith/ReminderTexts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReminderTexts

This project was inspired by a desire to continually reassure those I love and my own forgetfulness.

It is a framework I use to send text reminders to myself and others at regular intervals or times. It uses launchd on my laptop to call a Python script that uses the Twilio API to send the desired recipient a SMS with a particular message.

I have kept my config file off of this repo to protect my privacy, but it contains:

  1. My Twilio SID, titled "SID"
  2. My Twilio token, titled "TWILIO_TOKEN"
  3. My Twilio number, titled "TWILIO_NUMBER"
  4. A dictionary of messages, titled "MESSAGES"
  5. A dictionary of phone numbers, titled "RECIPIENTS"

Creating this file for yourself should allow you to use this repo just as effectively.

About

Using Twilio API and launchd to send text reminders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages