{"id":23003012,"url":"https://github.com/educationwarehouse/edwh-uptime-plugin","last_synced_at":"2025-04-02T14:22:19.201Z","repository":{"id":216523368,"uuid":"741438131","full_name":"educationwarehouse/edwh-uptime-plugin","owner":"educationwarehouse","description":"UptimeRobot plugin for `edwh`","archived":false,"fork":false,"pushed_at":"2024-04-09T08:45:14.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-09T09:49:58.749Z","etag":null,"topics":["edwh","invoke","uptime-robot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/educationwarehouse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-10T11:54:26.000Z","updated_at":"2024-04-15T11:28:47.682Z","dependencies_parsed_at":"2024-02-02T12:22:50.003Z","dependency_job_id":"875dba51-4264-48b7-b09b-89e9d2b7f0ff","html_url":"https://github.com/educationwarehouse/edwh-uptime-plugin","commit_stats":null,"previous_names":["educationwarehouse/edwh-uptime-plugin"],"tags_count":15,"template":false,"template_full_name":"educationwarehouse/edwh-demo-tasks-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educationwarehouse%2Fedwh-uptime-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educationwarehouse%2Fedwh-uptime-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educationwarehouse%2Fedwh-uptime-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educationwarehouse%2Fedwh-uptime-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/educationwarehouse","download_url":"https://codeload.github.com/educationwarehouse/edwh-uptime-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246828714,"owners_count":20840518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["edwh","invoke","uptime-robot"],"created_at":"2024-12-15T07:13:13.244Z","updated_at":"2025-04-02T14:22:19.167Z","avatar_url":"https://github.com/educationwarehouse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# edwh-uptime-plugin\n\n[![PyPI - Version](https://img.shields.io/pypi/v/edwh-uptime-plugin.svg)](https://pypi.org/project/edwh-uptime-plugin)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/edwh-uptime-plugin.svg)](https://pypi.org/project/edwh-uptime-plugin)\n\n-----\n\nUptimeRobot API integration for the `edwh` tool.\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n```console\npip install edwh-uptime-plugin\n```\n\nBut probably you want to install the whole edwh package:\n\n```console\npipx install edwh[uptime]\n# or\npipx install edwh[plugins,omgeving]\n```\n\n## Usage\n\n```bash\n# set your api key and see your profile info:\nedwh uptime.account\n\n# see the other available commands:\nedwh help uptime\n```\n\n`UPTIMEROBOT_APIKEY` is saved in a `.env` file. You can also set `IS_DEBUG=1` if you want to see verbose logging (every\nrequest and response).\n\n### As a Library\n\n```python\nfrom edwh_uptime_plugin import tasks\nfrom edwh_uptime_plugin.tasks import specific_task\nfrom edwh_uptime_plugin.uptimerobot import UptimeRobot, uptime_robot\n\n# run specific tasks via tasks.some_task or import some_task\ntasks.specific_task == specific_task\n\n# by default, the API key will be loaded from .env or prompted.\nuptime_robot.api_key = \"specific-key\"  # before any API calls to skip .env behavior\n\n# uptime_robot is an instance of UptimeRobot\nuptime_robot.get_account_details()\n```\n\n## License\n\n`edwh-uptime-plugin` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feducationwarehouse%2Fedwh-uptime-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feducationwarehouse%2Fedwh-uptime-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feducationwarehouse%2Fedwh-uptime-plugin/lists"}