Skip to main content

Python client API for scriber.io

Project description

Scriber.py
==========

A Python wrapper for the the Scriber API. See scriber.io

`|Build Status| <https://travis-ci.org/Scriber/pyscriber>`_

Install
-------

::

pip install scriber

Basic Usage
-----------

::

from scriber.api import Scriber

s = Scriber(“<api_key>”, “<app_id>”)
s.record_event(“<user_id>”, “<event_label>”)

e.g.

::

from scriber.api import Scriber

s = Scriber(“CZFcO2xZdiLTz6m6KgrB4pqH1KI3zy49S0AZmeFZu9o”, “MyApp”)
s.record_event(“email@example.com”, “LoginSuccess”)

Docs
----

http://scriber.io/docs/#/python

.. |Build
Status| image:: https://travis-ci.org/Scriber/pyscriber.svg?branch=master

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

scriber-0.1.2.tar.gz (152.5 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