Skip to main content

smartresponder.ru API wrapper

Project description

=========
smartresponder
=========

This is a smartresponder (aka smartresponder.ru)
python API wrapper. The goal is to support all API methods (current and future)
that can be accessed from server.

Installation
============

::

$ pip install smartresponder

Usage
=====

::

>>> import smartresponder
>>> api = smartresponder.API('my_api_id', 'my_api_secret')
>>> subscriber = api.subscribers.list(id='39715947')['list']['elements'][0]
>>> print subscriber['email']
test@test.ru

All API methods that can be called from server should be supported.

See http://goo.gl/DrmQU for detailed API help.
Changes
=======

1.0.0 (2012-08-04)
------------------
Initial release.

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

smartresponder-1.0.0.zip (6.3 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