A charbeat API wrapper.
Project description
A simple, synchronous charbeat API wrapper. This python package creates a simple “pythonic” entry point for the Chartbeat API. Originally created by Timothee Peignier, we are adapting it to our needs here at Detroit Media Partnership.
Any requests, issues should be directed towards us in this forked repository, or email me at neurosnap@gmail.com
Chartbeat API Explorer
Installation
To install charbeatpy, use pip:
$ pip install chartbeat
or
$ python setup.py install
Quick How To
from chartbeatpy import Chartbeat
beat = Chartbeat("<your chartbeat api key>", "<your host>")
# live data
beat.quickstats()
beat.geo()
# some API endpoints require extra parameters
beat.histogram(keys=[user,title], breaks=[1,2,10])
beat.path_summary(keys=[pagetimer, time_spent, new])
beat.summary(keys=[domain, title, read, write, idle])
beat.recent()
beat.referrers()
beat.top_pages()
# historical data
beat.engage_series()
beat.engage_stats()
beat.social_series()
beat.social_stats()
beat.traffic_series()
beat.traffic_stats()
# specify API version number
oldbeat = Chartbeat("<API>", "<host>", 2)
oldbeat.quickstats()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chartbeatpy-0.2.1.tar.gz
(4.5 kB
view details)
File details
Details for the file chartbeatpy-0.2.1.tar.gz
.
File metadata
- Download URL: chartbeatpy-0.2.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4da64fa08fc9eb59df2d792eee3a919503704aacc3f42f0e1fa4ec343907d081 |
|
MD5 | 801d49471501540dd794dab97c2f43fe |
|
BLAKE2b-256 | 1b86f177460babaacc59f3d57b3e0566d5e358dbdfa9e60ea089b833e62e83cd |