Replyify REST API Client
Project description
A Python library for Replyify’s API.
Installation
You can install this package by using the pip tool and installing: :: $ pip install replyify
Or: :: $ easy_install replyify
Register Your Application with Replyify
Sign up for Replyify at https://app.replyify.com/access/signup
Register your application at https://app.replyify.com/oauth2/applications/register
Use OAuth2 workflow to obtain an access token for a user
Make calls on the users behalf
Credentials: API calls require an access token obtained using OAuth2. Once you obtain an access token for a user you can set the REPLYIFY_ACCESS_TOKEN with environment variables, manually after importing replyify, or with each request: :: $ export REPLYIFY_ACCESS_TOKEN=’{ your access token }’ …
You can also set them manually: :: import replyify replyify.access_token = ‘{ add key here }’ …
or with each request: :: import replyify campaign = replyify.Campaign.retrieve(‘asdf-…-1234’, access_token=’{ access token here }’)
Using the Replyify API
Documentation for the python bindings can be found here:
In the standard documentation (the first link), most of the reference pages will have examples in Replyify’s official bindings (including Python). Just click on the Python tab to get the relevant documentation.
In the full API reference for python (the second link), the right half of the page will provide example requests and responses for various API calls.
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
Built Distribution
File details
Details for the file replyify-0.1.0.tar.gz
.
File metadata
- Download URL: replyify-0.1.0.tar.gz
- Upload date:
- Size: 164.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.10.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58e56a838f5695b131aaef11b58dce14e1a8ada62d50f09b0a3067e5430fd037 |
|
MD5 | cf443ceecc15c0bb2f7d64a992d62a20 |
|
BLAKE2b-256 | 2a7c6404dd7bcd9e0aa4ae2d297b521080070d8153f6fbdf23e24441acd27826 |
File details
Details for the file replyify-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: replyify-0.1.0-py3-none-any.whl
- Upload date:
- Size: 163.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.10.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75ecb46ce541beddda57dbd1835a8bee94622866a11c421c75d835e12cd70953 |
|
MD5 | 7abe74857c33410e35e9ca7ce12faf09 |
|
BLAKE2b-256 | a9f07c6bf754502d68a6d867c8cdd3b7ba780924ddabbb17718be2f16019ae89 |