Skip to content

Anastasia M. B. is the inspiration for this project.

Notifications You must be signed in to change notification settings

greek-stasia/DailySMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DailySMS

Anastasia M. B. is the inspiration for this project.

Local setup requires you to have your own Twilio account and follow the setup steps found here:

More to come...

Add your own src/credentials/config.py file like so:

#!/usr/bin/env python

account_sid = 'someString'
auth_token = 'someString'
messaging_service_sid = 'someString'
twilio_number = '+ some number from Twilio you want to send from'
stasia_number = '+ some number starting with, must start with +1 for US numbers'

About

Anastasia M. B. is the inspiration for this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.0%
  • Shell 13.0%