UptimeRobot plugin for `edwh`
Project description
edwh-uptime-plugin
UptimeRobot API integration for the edwh
tool.
Table of Contents
Installation
pip install edwh-uptime-plugin
But probably you want to install the whole edwh package:
pipx install edwh[uptime]
# or
pipx install edwh[plugins,omgeving]
Usage
# set your api key and see your profile info:
edwh uptime.account
# see the other available commands:
edwh help uptime
UPTIMEROBOT_APIKEY
is saved in a .env
file. You can also set IS_DEBUG=1
if you want to see verbose logging (every
request and response).
As a Library
from edwh_uptime_plugin import tasks
from edwh_uptime_plugin.tasks import specific_task
from edwh_uptime_plugin.uptimerobot import UptimeRobot, uptime_robot
# run specific tasks via tasks.some_task or import some_task
tasks.specific_task == specific_task
# by default, the API key will be loaded from .env or prompted.
uptime_robot._api_key = "specific-key" # before any API calls to skip .env behavior
# uptime_robot is an instance of UptimeRobot
uptime_robot.get_account_details()
License
edwh-uptime-plugin
is distributed under the terms of the MIT license.
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
edwh_uptime_plugin-0.3.4.tar.gz
(12.4 kB
view details)
Built Distribution
File details
Details for the file edwh_uptime_plugin-0.3.4.tar.gz
.
File metadata
- Download URL: edwh_uptime_plugin-0.3.4.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ddadd3fefdfec9aedfae514d095452a90a02c8f37436e6bb1c84c845e89377e |
|
MD5 | a0ba1a331c4bcc3e5acd3e04c7dd6c16 |
|
BLAKE2b-256 | f0053656711c6b8a99dc4fd5754ca38a6bfe92aa833189ebd67ab264e50f5158 |
File details
Details for the file edwh_uptime_plugin-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: edwh_uptime_plugin-0.3.4-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd068a8838fce4246e04229cb4e6422dc75556168664ba05d20d618ca6361c17 |
|
MD5 | 6473bffe4bf9fb202ddfc77600cad52b |
|
BLAKE2b-256 | 3663966896eeffdab624b4220bc353501c3acba0b51e62c7ccaa77157a859183 |