Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mattmakai/python-twilio-example-apps
- Owner: mattmakai
- License: mit
- Created: 2016-10-27T19:08:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T22:44:36.000Z (over 2 years ago)
- Last Synced: 2024-10-11T04:24:52.484Z (2 months ago)
- Topics: bottle, example-project, python-twilio, twilio, twilio-voice
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 4
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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