Skip to content

๐ŸŽ‚ A python script to SMS me every day about my friend's birthdays. Uses AWS DynamoDB for datastore, Twilio SMS API, AWS Lambda to run this daily.

Notifications You must be signed in to change notification settings

AlexJubs/Birthday-Reminders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Birthday-SMS

A simple python script to send a SMS to my number reminding me whenever someone's birthday is coming or happpening.

SMS using Twilio SMS API
Datastore to be used: AWS DynamoDB - a simple NoSQL key=value database
Credstash is used to get API keys - integrates well with AWS KMS ๐Ÿงผ

Additionally, this repo contains my own APIs for adding or removing a birthday from the database

As of now (June 2020), this script is ran daily on AWS Lambda (Using my personal AWS account)

Coming soon:

  • A form which lets you submit your birthday so I can be reminded ๐Ÿ˜„
  • Script to parse my Facebook friend's birthdays using Puppeteer, and add them to my list ๐Ÿง 

About

๐ŸŽ‚ A python script to SMS me every day about my friend's birthdays. Uses AWS DynamoDB for datastore, Twilio SMS API, AWS Lambda to run this daily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published