{"id":15371395,"url":"https://github.com/amureki/statuscheck","last_synced_at":"2025-04-14T19:34:07.436Z","repository":{"id":33184552,"uuid":"154015147","full_name":"amureki/statuscheck","owner":"amureki","description":"Tool to check PAAS/SAAS status pages (API+CLI)","archived":false,"fork":false,"pushed_at":"2023-03-07T04:57:28.000Z","size":464,"stargazers_count":34,"open_issues_count":14,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T07:51:15.444Z","etag":null,"topics":["api","cli","python","status","statuscheck","statuspage"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amureki.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"publiccode":null,"codemeta":null},"funding":{"github":"amureki"}},"created_at":"2018-10-21T14:07:09.000Z","updated_at":"2024-09-09T12:08:31.000Z","dependencies_parsed_at":"2024-10-16T11:51:32.593Z","dependency_job_id":null,"html_url":"https://github.com/amureki/statuscheck","commit_stats":{"total_commits":307,"total_committers":8,"mean_commits":38.375,"dds":0.5537459283387622,"last_synced_commit":"36f33073a0b2cbe32f0cde08bd64c42c102b5e89"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amureki%2Fstatuscheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amureki%2Fstatuscheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amureki%2Fstatuscheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amureki%2Fstatuscheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amureki","download_url":"https://codeload.github.com/amureki/statuscheck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248946406,"owners_count":21187501,"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":["api","cli","python","status","statuscheck","statuspage"],"created_at":"2024-10-01T13:46:47.758Z","updated_at":"2025-04-14T19:34:07.416Z","avatar_url":"https://github.com/amureki.png","language":"Python","funding_links":["https://github.com/sponsors/amureki"],"categories":[],"sub_categories":[],"readme":"# statuscheck: Tool to check PAAS/SAAS status pages\n\n[![Tests](https://github.com/amureki/statuscheck/workflows/Tests/badge.svg)](https://github.com/amureki/statuscheck/actions)\n[![image](https://img.shields.io/pypi/v/statuscheck.svg)](https://pypi.org/project/statuscheck/)\n[![image](https://img.shields.io/pypi/l/statuscheck.svg)](https://github.com/amureki/statuscheck/blob/main/LICENSE)\n[![image](https://img.shields.io/pypi/pyversions/statuscheck.svg)](https://pypi.org/project/statuscheck/)\n[![Coverage Status](https://coveralls.io/repos/github/amureki/statuscheck/badge.svg)](https://coveralls.io/github/amureki/statuscheck)\n\n## Usage\n\nInstall [the latest release](https://pypi.org/project/statuscheck/):\n\n    $ pip install statuscheck\n\nThen just use it in your shell:\n\n    $ statuscheck github\n    Current GitHub status: All Systems Operational\n\n    $ statuscheck slack\n    Current Slack status: Active incident\n    Registered events:\n    - [active] We are investigating an issue with notification settings\n    - [active] We're looking into an issue with certain API calls\n\n    More: https://status.slack.com/\n\nThere is also an API available:\n\n\n    \u003e\u003e\u003e from statuscheck.utils import get_statuscheck_api\n\n    \u003e\u003e\u003e api = get_statuscheck_api('slack')\n    \u003e\u003e\u003e summary = api.get_summary()\n    \u003e\u003e\u003e summary.status\n    Status(code='active', name='Minor incident', description='Minor incident', is_ok=False)\n    \u003e\u003e\u003e summary.incidents\n    [Incident(id=879, name=\"We're looking into an issue with certain API calls\", status='active', components=[Component(name='Apps/Integrations/APIs', status='', id='')])]\n    \u003e\u003e\u003e summary.as_dict()\n    {'status': {'code': 'active', 'name': 'Minor incident', 'description': 'Minor incident', 'is_ok': False}, 'components': [{'name': 'Apps/Integrations/APIs', 'status': 'Partial outage', 'id': ''}], 'incidents': [{'id': 879, 'name': \"We're looking into an issue with certain API calls\", 'status': 'active', 'components': [{'name': 'Apps/Integrations/APIs', 'status': 'Partial outage', 'id': ''}]}]}\n\n\nCurrently, all services that we support are defined [here](statuscheck/services/__init__.py).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famureki%2Fstatuscheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famureki%2Fstatuscheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famureki%2Fstatuscheck/lists"}