Skip to main content

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


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)

Uploaded Source

Built Distribution

pyuptimerobot-0.0.3-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page