github-status-checker

Python module/tool for checking the status of GitHub.


License
MIT
Install
pip install github-status-checker==1.0.2

Documentation

GitHub Status Checker

pre-commit Code style: black Tests Python Lint Markdown Lint

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 and pre-commit 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