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 via `pip` or `pipenv`:

$ pipenv install statuscheck

Then just use it in your shell:

```bash
$ statuscheck github
No issues

$ statuscheck slack
Incident: We're having issues with some features including the Events API, notifications, unfurls, and threads
More: https://status.slack.com/
```

There is also an API available:

```python
>>> from statuscheck.check import get_statuscheck_api

>>> api = get_statuscheck_api('slack')
>>> api.get_status()
"We're having issues with some features including the Events API, notifications, unfurls, and threads"
>>> api.get_type()
'Incident'
```

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-1.0.2.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

statuscheck-1.0.2-py2.py3-none-any.whl (17.3 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