https://github.com/restcomm/restcomm-sdk-python
The Python SDK for the RestComm REST API
https://github.com/restcomm/restcomm-sdk-python
Last synced: 6 months ago
JSON representation
The Python SDK for the RestComm REST API
- Host: GitHub
- URL: https://github.com/restcomm/restcomm-sdk-python
- Owner: RestComm
- License: mit
- Created: 2015-07-02T12:53:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T23:08:01.000Z (over 7 years ago)
- Last Synced: 2025-07-27T14:47:27.526Z (6 months ago)
- Language: Python
- Homepage: http://www.restcomm.com/
- Size: 104 KB
- Stars: 2
- Watchers: 7
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Try Restcomm Cloud NOW for FREE!](https://www.restcomm.com/sign-up/) Zero download and install required.
All Restcomm [docs](https://www.restcomm.com/docs/) and [downloads](https://www.restcomm.com/downloads/) are now available at [Restcomm.com](https://www.restcomm.com).
# restcomm-sdk-python
Restcomm_Python_SDk is a module for using the *Restcomm Rest API*. The Restcomm REST API allows you to query meta-data about your account, phone numbers, calls, text messages, and recordings. You can also do some communications control like initiate outbound calls and send text messages
# Installation
Install from PyPi using *pip*, a package manager for Python. Go to the terminal and type:
`$ pip install Restcomm_Python_SDk`
if it doesn’t work, try using:
`$ sudo pip install Restcomm_Python_SDk`
Don’t have pip installed? Try installing it, by running this from the command line:
`$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python`
Or, you can *download the source code (ZIP)* for Restcomm-Python, and then run in the terminal:
`$ python setup.py install`
Or, you can run it by using:
`$ sudo python setup.py install`
if you want to install it in *python 3* or above, try using:
`$ sudo python3 setup.py install`
# Usage
Simply import *Restcomm_Python_SDk* to use it
# Feedback
Report any feedback or problems with this Release Candidate to the *_Github Issues_* for restcomm-sdk-python
# Running Tests
To run the tests, you need to enter all your credentials like Account Sid, Authentication token etc in the text file. Each module has its own text file. you can run each module test individually or can use *nose* to run it together through terminal
# Python Version
Python 3 and above are supported
# Dependencies
This project needs *requests* module and *vcrpy* module to be installed. vcrpy module is only needed for testing
# Download Instruction
you can download Restcomm Python SDk from: https://github.com/RestComm/restcomm-sdk-python
you can refer the Documentation at: http://pythonhosted.org/Restcomm_Python_SDk/
you can also refer Restcomm Documentation at: http://documentation.telestax.com/