1
0
Fork 0
mirror of https://github.com/imjasonh/makemecall synced 2026-07-06 23:52:27 +00:00
No description
Find a file
2017-05-09 15:46:06 -04:00
.gitignore Real initial commit 2017-03-28 15:41:29 -04:00
app.yaml Real initial commit 2017-03-28 15:41:29 -04:00
call_test.go Real initial commit 2017-03-28 15:41:29 -04:00
cron.yaml Real initial commit 2017-03-28 15:41:29 -04:00
datastore.go Real initial commit 2017-03-28 15:41:29 -04:00
favicon.png Real initial commit 2017-03-28 15:41:29 -04:00
hat.jpg Real initial commit 2017-03-28 15:41:29 -04:00
index.html Add shutdown message, disable service 2017-05-09 15:44:56 -04:00
index.yaml Real initial commit 2017-03-28 15:41:29 -04:00
LICENSE Initial commit 2017-03-28 15:38:37 -04:00
main.go Add shutdown message, disable service 2017-05-09 15:44:56 -04:00
notes.txt Real initial commit 2017-03-28 15:41:29 -04:00
queue.yaml Real initial commit 2017-03-28 15:41:29 -04:00
README.md Update README 2017-05-09 15:46:06 -04:00
reps.go Real initial commit 2017-03-28 15:41:29 -04:00
robots.txt Real initial commit 2017-03-28 15:41:29 -04:00
sitemap.xml Real initial commit 2017-03-28 15:41:29 -04:00
twilio.go Real initial commit 2017-03-28 15:41:29 -04:00

Make Me Call

Daily automated calls to your congresspeople.

Make Me Call is no longer available, but you can browse the source here, or contact me to start running your own instance.

How to run your own.

Sign up for Twilio, buy a phone number.

Add config.go in package app which defines:

  • sid: Your Twilio account SID
  • tok: Your Twilio account token
  • twilioNumber: Your Twilio phone number

Deploy to App Engine:

gcloud app deploy *.yaml --version=1

This project is not owned by or affiliated with Google, Inc., in any way. It is wholly owned and operated by me.