======================
Voicent Python Library
======================
.. |badge1| image:: https://img.shields.io/badge/Maturity-Stable-green.png
:target: https://pypi.org/classifiers/
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/Licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/Github-Voicent-lightgray.png?logo=github
:target: https://github.com/ursais/Voicent
:alt: ursais/Voicent
|badge1| |badge2| |badge3|
The Voicent Python Simple Interface class contains the following functions:
.. code-block:: python
callText
callAudio
callStatus
callRemove
callTillConfirm
importCampaign
runCampaign
importAndRunCampaign
checkStatus
exportResult
These functions are used to invoke telephone calls from your Python program.
For example, callText is used to call a specified number and automatically play
your text message using text-to-speech engine.
In order for this class to work, you’ll need to have Voicent Gateway installed
somewhere in your network. This class simply sends HTTP request for telephone
calls to the gateway. Voicent has a free edition for the gateway.
You can download it from http://www.voicent.com.
More information can be found at: http://www.voicent.com/devnet/docs/pyapi.htm
**Table of contents**
.. contents::
:local:
Installation
============
Install from PyPi using pip, a package manager for Python.
pip install voicent-python
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 voicent, and then run:
python setup.py install
You may need to run the above commands with sudo.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/ursais/Voicent/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/ursais/Voicent/issues/new?body=Voicent%0Aversion:%202.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Authors
~~~~~~~
* Voicent
* Open Source Integrators
Contributors
~~~~~~~~~~~~
* Voicent
* Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
Maintainers
~~~~~~~~~~~
This module is maintained by Open Source Integrators.
.. image:: https://github.com/ursais.png
:alt: Open Source Integrators
:target: https://www.opensourceintegrators.com
Open Source Integrators™ (OSI) provides customers a unique combination of
open source business process consulting and implementations.
.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px
:target: https://github.com/max3903
:alt: max3903
Current maintainer:
|maintainer-max3903|
You are welcome to contribute. Please create an issue on Github to discuss how.
Raw data
{
"_id": null,
"home_page": "https://github.com/ursais/Voicent",
"name": "Voicent-Python",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "voicent-python",
"author": "Voicent",
"author_email": "support@voicent.com",
"download_url": "https://files.pythonhosted.org/packages/6f/c5/eb44925cce39dd2cff4c13ddc07a8911d4c449195d52293461f63ba1f6a0/Voicent-Python-1.0.tar.gz",
"platform": "",
"description": "======================\nVoicent Python Library\n======================\n\n.. |badge1| image:: https://img.shields.io/badge/Maturity-Stable-green.png\n :target: https://pypi.org/classifiers/\n :alt: Production/Stable\n.. |badge2| image:: https://img.shields.io/badge/Licence-AGPL--3-blue.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/Github-Voicent-lightgray.png?logo=github\n :target: https://github.com/ursais/Voicent\n :alt: ursais/Voicent\n\n|badge1| |badge2| |badge3|\n\nThe Voicent Python Simple Interface class contains the following functions:\n\n.. code-block:: python\n\n callText\n callAudio\n callStatus\n callRemove\n callTillConfirm\n importCampaign\n runCampaign\n importAndRunCampaign\n checkStatus\n exportResult\n\nThese functions are used to invoke telephone calls from your Python program.\nFor example, callText is used to call a specified number and automatically play\nyour text message using text-to-speech engine.\n\nIn order for this class to work, you\u2019ll need to have Voicent Gateway installed\nsomewhere in your network. This class simply sends HTTP request for telephone\ncalls to the gateway. Voicent has a free edition for the gateway.\nYou can download it from http://www.voicent.com.\n\nMore information can be found at: http://www.voicent.com/devnet/docs/pyapi.htm\n\n\n**Table of contents**\n\n.. contents::\n :local:\n\nInstallation\n============\n\nInstall from PyPi using pip, a package manager for Python.\n\n pip install voicent-python\n\nDon't have pip installed? Try installing it, by running this from the command line:\n\n $ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python\n\nOr, you can download the source code (ZIP) for voicent, and then run:\n\n python setup.py install\n\nYou may need to run the above commands with sudo.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/ursais/Voicent/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback <https://github.com/ursais/Voicent/issues/new?body=Voicent%0Aversion:%202.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Voicent\n* Open Source Integrators\n\nContributors\n~~~~~~~~~~~~\n\n* Voicent\n* Maxime Chambreuil <mchambreuil@opensourceintegrators.com>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by Open Source Integrators.\n\n.. image:: https://github.com/ursais.png\n :alt: Open Source Integrators\n :target: https://www.opensourceintegrators.com\n\nOpen Source Integrators\u2122 (OSI) provides customers a unique combination of\nopen source business process consulting and implementations.\n\n.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px\n :target: https://github.com/max3903\n :alt: max3903\n\nCurrent maintainer:\n\n|maintainer-max3903|\n\nYou are welcome to contribute. Please create an issue on Github to discuss how.\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Voicent Python Library",
"version": "1.0",
"split_keywords": [
"voicent-python"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "95a4e1b61ef1064cbc5cefb9fd173a15",
"sha256": "de6446f1b69897cb3ce7a17ca2d060e5b191b8ed3980f1997858e8cb372fc3af"
},
"downloads": -1,
"filename": "Voicent_Python-1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "95a4e1b61ef1064cbc5cefb9fd173a15",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 4487,
"upload_time": "2019-07-12T15:55:33",
"upload_time_iso_8601": "2019-07-12T15:55:33.663467Z",
"url": "https://files.pythonhosted.org/packages/4f/fc/f665d97915294a418b4038d2ba096065fe22929acd00729c4f91770da603/Voicent_Python-1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7476323f2fe0f21a561a0ec675a4bbaf",
"sha256": "c495d50752a3c35e044c6f5a08f2b00c5f81c7402b5b3087c49652e6af549c32"
},
"downloads": -1,
"filename": "Voicent-Python-1.0.tar.gz",
"has_sig": false,
"md5_digest": "7476323f2fe0f21a561a0ec675a4bbaf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4564,
"upload_time": "2019-07-12T15:55:36",
"upload_time_iso_8601": "2019-07-12T15:55:36.318947Z",
"url": "https://files.pythonhosted.org/packages/6f/c5/eb44925cce39dd2cff4c13ddc07a8911d4c449195d52293461f63ba1f6a0/Voicent-Python-1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2019-07-12 15:55:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "ursais",
"github_project": "Voicent",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "requests",
"specs": [
[
"==",
"2.20.0"
]
]
}
],
"lcname": "voicent-python"
}