Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattmakai/python-twilio-example-apps

Example web apps built with a range of Python frameworks that use Twilio.
https://github.com/mattmakai/python-twilio-example-apps

bottle example-project python-twilio twilio twilio-voice

Last synced: about 2 months ago
JSON representation

Example web apps built with a range of Python frameworks that use Twilio.

Awesome Lists containing this project

README

        

# python-twilio-example-apps
Example code built either with
[web frameworks](https://www.fullstackpython.com/web-frameworks.html)
or without a framework to show how to use
[Twilio](https://www.twilio.com/docs) in your own applications.

## No framework
* [Twilio Voice](https://github.com/mattmakai/python-twilio-example-apps/tree/master/no-framework/phone-calls)
for making and receiving phone calls

## Django
* [Programmable SMS](django/djsms)

## Bottle
The following projects use the
[Bottle](https://www.fullstackpython.com/bottle.html) web framework
to show off certain [Twilio](https://www.fullstackpython.com/twilio.html)
API functions.

* [Twilio Voice](https://github.com/mattmakai/python-twilio-example-apps/tree/master/bottle/voice)
* [Twilio SMS & MMS](https://github.com/mattmakai/python-twilio-example-apps/tree/master/bottle/sms-mms)

### Coming soon
* [Flask](https://www.fullstackpython.com/flask.html), Morepath, Pyramid