Skip to main content

Python client API for scriber.io

Project description

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

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

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.1.tar.gz (7.0 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