A python module to monitor Uptime Robot monitors.
Project description
pyuptimerobot - A python module to monitor Uptime Robot monitors.
Notes
This has been tested with python 3.6
This module require an API key from Uptime Robot.
This module uses these external libararies:
- requests
Install
pip install pyuptimerobot
Usage:
from pyuptimerobot import UptimeRobot
apikey = 'u432898-d2507e493b31217e6c64fd35'
monitor = '1527172614' #optional
ur = UptimeRobot()
#Get monitor information:
result = ur.getMonitors(apikey, monitor)
#Print the result:
print(result)
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
pyuptimerobot-0.0.3.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for pyuptimerobot-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a7ea7f63fabc3b8746fbec3145cae67a2d875d3caa0686dba43f69cc1081bb0 |
|
MD5 | f6961b22f8db7b98e0205be4b46ad8e2 |
|
BLAKE2b-256 | b8f8d6ad0ab074154fe5b51b72ee27dfb1f287d8f26242c05a4b98a863b174e7 |