Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 303 Bytes

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"))
...