lazyuptimerobot.py

Python API Client for uptimerobot.com


Keywords
lazy, uptimerobot, python, uptimerobot-api
License
LGPL-3.0+
Install
pip install lazyuptimerobot.py==2.0.0

Documentation

lazyuptimerobot.py

UptimeRobot API Python integration with docs.

from lazyuptimerobot import UptimeRobot
monitor = UptimeRobot(api_key="YOUR_API_KEY")
help(monitor)
...
print(monitor.getMonitors())
print(monitor.newAlertContact(type=2, value="email@email", friendly_name="John"))
...