Skip to content

austin-mc/PhoneProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoneProxy

A simple phone proxy application using Twilio and Cloudflare Workers.

Allows you to use a Twilio phone number as a proxy instead of giving out your personal number to strangers.

When a message is sent from any number other than your own, it will automatically be forwarded to your phone.

To reply, type the phone number with no spaces followed by a semicolon before your message.

(ex: "8008675309; my message")

App demo

Installation

Check out the Cloudflare Workers getting started guide.

npm install -g wrangler

wrangler login

wrangler init <worker name>

Update/add secret variables

wrangler put ACCOUNT_SID and paste Twilio account SID when prompted.

wrangler put AUTH_TOKEN and paste Twilio auth token when prompted.

wrangler put ACCOUNT_SID and paste Twilio phone number when prompted.

wrangler put MY_NUM and the phone number that you would like to use to receive texts.

Local development

wrangler dev

Production

wrangler publish

About

A simple phone proxy application using Twilio and Cloudflare Workers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors