Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarathsp06/exotel-py
Python library for exotel apis
https://github.com/sarathsp06/exotel-py
call cloud-telephony exotel pip python sms
Last synced: 22 days ago
JSON representation
Python library for exotel apis
- Host: GitHub
- URL: https://github.com/sarathsp06/exotel-py
- Owner: sarathsp06
- License: other
- Created: 2015-10-29T09:53:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:11.000Z (over 1 year ago)
- Last Synced: 2024-10-31T09:47:18.572Z (about 2 months ago)
- Topics: call, cloud-telephony, exotel, pip, python, sms
- Language: Python
- Homepage: https://pypi.python.org/pypi/exotel
- Size: 23.4 KB
- Stars: 9
- Watchers: 0
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exotel-py
[![Join the chat at https://gitter.im/sarathsp06/exotel-py](https://badges.gitter.im/sarathsp06/exotel-py.svg)](https://gitter.im/sarathsp06/exotel-py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![status: archive](https://github.com/GIScience/badges/raw/master/status/archive.svg)](https://github.com/GIScience/badges#archive)
Python module for exotels call and sms api's(Unofficial).
### installation ###
`
pip install exotel
`## Usage ##
- Initialize```
from exotel import Exotel
client = Exotel(sid,token)
```- make call to connect a number to another
```
client.call_number('from_number','exophone','to_number')
```- make call to connect a number to a flow
```
client.call_flow('from_number','exophone','flow_id')
```- send an sms
```
client.sms('from_number',to_number',"sms_body")
```- get details of an sms
```
client.sms_details('sms_sid')
```
- get details of a call```
client.call_details('call_sid')
```## Authors and Contributors ##
In 2015, Sarath S Pllai ([@sarath_sp06](https://twitter.com/sarath_sp06)) started .Any bug reports would be addressed .Feel free to add more functions and send me the patch with updated README
## Stargazers over time
[![Stargazers over time](https://starcharts.herokuapp.com/sarathsp06/exotel-py.svg)](https://starcharts.herokuapp.com/sarathsp06/exotel-py)
## Support or Contact ##
Having trouble using the library contact me at [email protected]