https://github.com/mattmakai/python-bottle-phone
Make phone calls with Python and the Bottle web framework
https://github.com/mattmakai/python-bottle-phone
Last synced: 9 months ago
JSON representation
Make phone calls with Python and the Bottle web framework
- Host: GitHub
- URL: https://github.com/mattmakai/python-bottle-phone
- Owner: mattmakai
- License: mit
- Created: 2016-08-29T23:22:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T23:32:33.000Z (over 9 years ago)
- Last Synced: 2025-02-28T13:23:56.502Z (10 months ago)
- Language: Python
- Homepage: https://www.fullstackpython.com/blog/dial-outbound-phone-calls-python-bottle.html
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Make phone calls with Python and the Bottle web framework
This code goes along with the blog post on
[Dialing Outbound Phone Calls with a Bottle Web App](https://www.fullstackpython.com/blog/dial-outbound-phone-calls-python-bottle.html)
found on the
[Full Stack Python blog](https://www.fullstackpython.com/blog.html).