prashanthpai / twilio-cancel-calls

Cancel queued calls on Twilio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twilio-cancel-calls

Cancel queued calls on Twilio.

Usage

Python (sequential)

$ pip install twilio
$ TWILIO_ACCOUNT_SID=ACxxxxxxxxxx TWILIO_AUTH_TOKEN=yyyyyyyyyy ./main.py

Go (concurrent)

$ go build
$ TWILIO_ACCOUNT_SID=ACxxxxxxxxxx TWILIO_AUTH_TOKEN=yyyyyyyyyy ./twilio-cancel-calls

References

About

Cancel queued calls on Twilio.


Languages

Language:Go 77.2%Language:Python 22.8%