Skip to main content

Python client for BetterUptime API

Project description

betteruptime-python

Check PyPI version PyPI Supported Python Versions Code Style

betteruptime-python is a BetterUptime API client for python.

Installation

The package is published on PyPI and can be installed by running:

pip install betteruptime

Basic Use

Easily query the BetterUptime API from you Python code.

>>> client = betteruptime.Client(bearer_token='My BetterUptime Bearer Token')
>>> client.monitors.list()
>>> client.monitors.get('123456')

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page