Skip to main content

Umami Analytics Client for Python

Project description

Umami Analytics Client for Python

Analytics client for privacy-preserving, open source Umami platform based on httpx and pydantic.

Partially implemented

Implemented endpoints:

  • POST /api/auth/login as login_async and login
  • POST /api/auth/verify as verify_token_async and verify_token
  • GET /api/websites as websites_async and websites
  • POST /api/send as new_event_async and new_event

See the API documentation for the remaining endpoints to be added (PRs welcome).

Installation

Just pip install umami-analytics

Usage

import umami

umami.set_url_base(analytics_server_url)
login = umami.login(user, password)

# Skip the need to pass the target website in subseqent calls.
umami.set_website_id('cc726914-8e68-4d1a-4be0-af4ca8933456')

# List your websites
websites = umami.websites()

# Create a new event in the events section of the dashboards.
event_resp = umami.new_event(
    website_id=site.id,
    event_name='Umami-Test',
    title='Umami-Test',
    hostname='somedomain.com',
    url='/users/actions',
    custom_data={'client': 'umami-tester-v1'},
    referrer='https://some_url')

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

umami_analytics-0.1.7.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

umami_analytics-0.1.7-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file umami_analytics-0.1.7.tar.gz.

File metadata

  • Download URL: umami_analytics-0.1.7.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.26.0

File hashes

Hashes for umami_analytics-0.1.7.tar.gz
Algorithm Hash digest
SHA256 bcf24003be2214609dd465263d701b278925e4a49232c6685196016b6f769331
MD5 a263ab4a459589877f33375316a41061
BLAKE2b-256 41537ba4d6a10e04593aab22f62e1a597be7ee740cd0e43a5b44eb391eb8cf7d

See more details on using hashes here.

File details

Details for the file umami_analytics-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for umami_analytics-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 8fd2cd8eebbde59c1cd076f1ce389f866fd35d1486e2e3b7bb4f8cce456ecc89
MD5 79a63c8fa06315b276fd9f76308f57d6
BLAKE2b-256 6919590f657b4323dc65c189e950abf15813a458119fa06cc3ba5524213a857c

See more details on using hashes here.

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