https://github.com/rapid7/github-status-checker
Status Checker tool for GitHub. Uses https://www.githubstatus.com/api
https://github.com/rapid7/github-status-checker
Last synced: over 1 year ago
JSON representation
Status Checker tool for GitHub. Uses https://www.githubstatus.com/api
- Host: GitHub
- URL: https://github.com/rapid7/github-status-checker
- Owner: rapid7
- License: mit
- Created: 2019-12-18T21:02:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T20:15:00.000Z (over 1 year ago)
- Last Synced: 2025-03-26T18:51:46.046Z (over 1 year ago)
- Language: Python
- Size: 60.5 KB
- Stars: 3
- Watchers: 57
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GitHub Status Checker
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/psf/black)



## What this is
A tool and Python module for checking the status of GitHub.
## Installation
### Install the module via `pip`
```
moose@rapid7:~$ pip install github-status-checker
...
```
## Usage
```
moose@rapid7:~$ github-status webhooks
Service 'Webhooks' is currently operational!
```
## Contributions
Contributions are welcome! This project utilizes [black](https://github.com/psf/black)
and [pre-commit](https://pre-commit.com/) for handling code
style. Simply follow the instructions for installing pre-commit and
run `pre-commit install` in the repository after cloning and you will
be on your way to contributing!
## Changelog
* 1.0.2 - Update to handle crash on outage report | Code style: black
| Add contribution section
* 1.0.1 - Update homepage and author name
* 1.0.0 - Swap dataclasses for traditional classes for greater Python version
compatibility (Python 3.x+)
* 0.1.0 - Initial development, support Summary