https://github.com/mattmakai/python-bottle-sms-mms
Code for Twilio blog post for sending and receiving SMS/MMS with Python and Bottle.
https://github.com/mattmakai/python-bottle-sms-mms
Last synced: 3 months ago
JSON representation
Code for Twilio blog post for sending and receiving SMS/MMS with Python and Bottle.
- Host: GitHub
- URL: https://github.com/mattmakai/python-bottle-sms-mms
- Owner: mattmakai
- License: mit
- Created: 2016-07-28T22:23:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T19:44:29.000Z (almost 9 years ago)
- Last Synced: 2025-03-17T01:13:29.197Z (3 months ago)
- Language: Python
- Homepage: https://www.twilio.com/blog/2016/08/getting-started-python-bottle-twilio-sms-mms.html
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Send & Receive SMS / MMS Python & Bottle Example
This repository goes along with the
[Getting Started with Python, Bottle and Twilio SMS / MMS](https://www.twilio.com/blog/2016/08/getting-started-python-bottle-twilio-sms-mms.html)
blog post tutorial on [twilio.com](https://www.twilio.com/).