A Python wrapper around the Nextcaller API. The library supports python versions 2.6, 2.7, 3.2, 3.3, 3.4
Dependencies:
- requests
Installation:
cloning from the GitHub repo:
$ git clone git://github.com/nextcaller/Nextcaller-python-api.git
$ cd nextcaller-python-api
$ python setup.py test
$ python setup.py build
$ python setup.py install
use pip with the GitHub repo:
$ pip install -U git+git://github.com/nextcaller/nextcaller-python-api.git
use pip with pypi:
$ pip install -U pynextcaller
Full documentation see here