Skip to main content

Client library for the Piwik Reporting API

Project description

Python 3 client library for the Piwik Reporting API.

The Piwik Tracking API is not supported.

Example Usage

from piwik_api import PiwikAPI

p = PiwikAPI(url='https://piwik.example.com',
                      token='e9f31a88fce426cd27aa4734ace348b8')

# Get list of sites with activity today
sites = p.MultiSites.getAll(period='day', date='today')

# Get stats for all pages, filtered by date range
from datetime import date
pages = p.Actions.getPageURLs(idSite=1, period='range', date=date(2017, 6, 1),
                              end_date=date(2017, 6, 15))

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

piwik-api-0.1.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

piwik_api-0.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

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