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-hypernode.com/project/statuscheck/)
[![image](https://img.shields.io/pypi/l/statuscheck.svg)](https://pypi-hypernode.com/project/statuscheck/)
[![image](https://img.shields.io/pypi/pyversions/statuscheck.svg)](https://pypi-hypernode.com/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
Release history Release notifications | RSS feed
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.9.0.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file statuscheck-0.9.0.tar.gz
.
File metadata
- Download URL: statuscheck-0.9.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b522d7ffb249077fddc5bd3a4f9e5af432178f5183002d2558d8069d4b36ffb |
|
MD5 | c852cad1a577c85061a903134d3e5ba1 |
|
BLAKE2b-256 | 529f53b98edde4c58a070c34fd14ef10dc9f18d3ad5a2aa4aa876a69cb2fa4be |
File details
Details for the file statuscheck-0.9.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-0.9.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81cca9902582b51fec0fde8396a71d808a8aa9262e5c7f5b15aa05577614a170 |
|
MD5 | 6f4cd973c352136e90fa2fbd660fbb93 |
|
BLAKE2b-256 | 1b4d8469a4ccd03414d19ae1d0192a7c908df89eae26576dfaf6962eb40a8d46 |