Skip to main content

Vivial Connect API Client Library for Python

Project description

Vivial Connect
--------------

VivialConnect is a simple SMS/MSS API. It's designed specifically for developers seeking a simple, affordable and scalable messaging solution.

Our API is Fun...
```````````````
Register an API account here: https://www.vivialconnect.net/register and login to the website to buy your first phone number.

To test, copy this code to a file named ``example.py``

.. code:: python

from vivialconnect import Resource, Message

Resource.api_key = "my-api-key"
Resource.api_secret = "my-api-secret"
Resource.api_account_id = "123456"

def send_message(to_number=None, from_number=None, body=None):
message = Message()
message.from_number = from_number
message.to_number = to_number
message.body = body
message.send()

send_message(to_number='+11234567890',
from_number='+19132597591',
body='Howdy, from Vivial Connect!')


And Easy to Setup!
`````````````````

Update the API key, secret and account id. Change 'from_number' to the number you purchased. Then run it:

.. code:: bash

$ pip install vivialconnect
$ python example.py

Links
`````

* `website <https://www.vivialconnect.net/>`_
* `documentation <https://www.vivialconnect.net/docs/>`_
* `development version
<https://github.com/vivialconnect/vivialconnect-python>`_

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vivialconnect-0.2.1.tar.gz (18.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page