Last updated:
0 purchases
betteruptime 0.1.6
betteruptime-python
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')
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.