Skip to main content

Tool to check PAAS/SAAS status pages

Project description


# statuscheck: Tool to check PAAS/SAAS status pages

[![Build Status](https://travis-ci.org/amureki/statuscheck.svg?branch=master)](https://travis-ci.org/amureki/statuscheck)
[![image](https://img.shields.io/pypi/v/statuscheck.svg)](https://pypi.org/project/statuscheck/)
[![image](https://img.shields.io/pypi/l/statuscheck.svg)](https://pypi.org/project/statuscheck/)
[![image](https://img.shields.io/pypi/pyversions/statuscheck.svg)](https://pypi.org/project/statuscheck/)

## Usage

Install the latest release:

$ pipenv install statuscheck

Then just use it in your shell:

```bash
$ statuscheck github
No issues
```

There is also an API available:

```python
from statuscheck.check import get_statuscheck_api

api = get_statuscheck_api('github')
status = api.get_status()
status_type = api.get_type()
```

Currently, all services that we support are defined [here](statuscheck/services/__init__.py).


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

statuscheck-0.2.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

statuscheck-0.2.0-py2.py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page