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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for pyuptimerobot-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebabd37a225e1f50f1d22857824e07211ddb0758c67850e37dc79d315d5f85ad |
|
MD5 | f2413a4cadea2149e2228e1088e10f91 |
|
BLAKE2b-256 | 66c670e047e665bf7261c6f928e84cdd2946f0a5539ca48d55a855910077a5e0 |