Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]