exotelsdk


Nameexotelsdk JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryUnofficial Exotel SDK For Python
upload_time2022-12-08 15:12:53
maintainer
docs_urlNone
authorBijay Nayak
requires_python
license
keywords exotel exotel api exotel sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
[![Upload Python Package](https://github.com/devbijay/exotelsdk/actions/workflows/python-publish.yml/badge.svg?branch=main&event=deployment_status)](https://github.com/devbijay/exotelsdk/actions/workflows/python-publish.yml)

## Exotel SDK (Unofficial): Using V1 API
This is an unofficial sdk of exotel api that enables placing calls and other functionalities using your exotel api credentials
## How To Use
* Install The Package
```python
pip install exotelsdk
```

* Create A Exotel Call Instance
```python
from exotelsdk import Exotel
dialer = Exotel(sid='exotel_sid', api="exotel_api_key", secret="exotel_api_secret", domain="exotel_domain")
```

* Place a Call from numberA to numberB
```python
call = dialer.call(agent_number="NumberA", customer_number="numberB", called_id="exotel_callerID")
```

* Connect A Call To Existing Flow
```python
call = dialer.connect_flow(customer_number, called_id, flow_id)
```
* Get Information About A Call Such As Timing & Recording Url etc
```python
call = dialer.get_call_info(call_sid)
```
* Get Information About A Phone Number Such As Operator Name, DND Status Etc
```python
call = dialer.get_phone_info(phone_number)
```
Every Method returns a json response from exotel server.
Exotel V3 API is still in beta testing.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "exotelsdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "exotel,exotel api,exotel sdk",
    "author": "Bijay Nayak",
    "author_email": "<bijay6779@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8d/87/03309f62f608f988a4863416ef306b62f9a8ab93806c7e34617185100089/exotelsdk-1.1.0.tar.gz",
    "platform": null,
    "description": "\n[![Upload Python Package](https://github.com/devbijay/exotelsdk/actions/workflows/python-publish.yml/badge.svg?branch=main&event=deployment_status)](https://github.com/devbijay/exotelsdk/actions/workflows/python-publish.yml)\n\n## Exotel SDK (Unofficial): Using V1 API\nThis is an unofficial sdk of exotel api that enables placing calls and other functionalities using your exotel api credentials\n## How To Use\n* Install The Package\n```python\npip install exotelsdk\n```\n\n* Create A Exotel Call Instance\n```python\nfrom exotelsdk import Exotel\ndialer = Exotel(sid='exotel_sid', api=\"exotel_api_key\", secret=\"exotel_api_secret\", domain=\"exotel_domain\")\n```\n\n* Place a Call from numberA to numberB\n```python\ncall = dialer.call(agent_number=\"NumberA\", customer_number=\"numberB\", called_id=\"exotel_callerID\")\n```\n\n* Connect A Call To Existing Flow\n```python\ncall = dialer.connect_flow(customer_number, called_id, flow_id)\n```\n* Get Information About A Call Such As Timing & Recording Url etc\n```python\ncall = dialer.get_call_info(call_sid)\n```\n* Get Information About A Phone Number Such As Operator Name, DND Status Etc\n```python\ncall = dialer.get_phone_info(phone_number)\n```\nEvery Method returns a json response from exotel server.\nExotel V3 API is still in beta testing.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Unofficial Exotel SDK For Python",
    "version": "1.1.0",
    "split_keywords": [
        "exotel",
        "exotel api",
        "exotel sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "efe9a3b223a3b448ef386da58720103c",
                "sha256": "5ebaf915ce902dfa04ece7af92449e6cfb19c3273f389a38b83398b7e2171787"
            },
            "downloads": -1,
            "filename": "exotelsdk-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "efe9a3b223a3b448ef386da58720103c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3835,
            "upload_time": "2022-12-08T15:12:52",
            "upload_time_iso_8601": "2022-12-08T15:12:52.644355Z",
            "url": "https://files.pythonhosted.org/packages/22/15/aaec1d773634986a8b399ca98f218caad39dd9cdc2c07ecc86ae7bbfa25a/exotelsdk-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "13922632c2eb8ed56383a24c7a466420",
                "sha256": "7f6299b6402ebbacfd6fa947767169396f1de174064b6c57f69f0e9a943c73e4"
            },
            "downloads": -1,
            "filename": "exotelsdk-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13922632c2eb8ed56383a24c7a466420",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3510,
            "upload_time": "2022-12-08T15:12:53",
            "upload_time_iso_8601": "2022-12-08T15:12:53.849326Z",
            "url": "https://files.pythonhosted.org/packages/8d/87/03309f62f608f988a4863416ef306b62f9a8ab93806c7e34617185100089/exotelsdk-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-08 15:12:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "exotelsdk"
}
        
Elapsed time: 0.01982s