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.4.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for pyuptimerobot-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4398c3da552a6f141ce5201f25cc5afef1dff7d0fff66ffbf7fa9cde9633cfe5 |
|
MD5 | 51b7cfdd0f5a15f50206ba26d7e2d555 |
|
BLAKE2b-256 | b14811f40420e8334facc68d6c4991370aa0bf6e805cf8273328a9019254e032 |