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.7.0.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file statuscheck-0.7.0.tar.gz
.
File metadata
- Download URL: statuscheck-0.7.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fa76e381677b6accf9b6a84fa29cf4d6cf0e43ce14f28ff2164b5e2fc61ee7d |
|
MD5 | e49fb61ac40a95f72865688dc2e93949 |
|
BLAKE2b-256 | a95cff1d96fbeff43d62e3cce83d04095bc60b80c66e6129cd280e4ecb01c022 |
File details
Details for the file statuscheck-0.7.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-0.7.0-py2.py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a7e128f274915a32602f9c0677ada6c27440dd9e0bf529b09549d02d92ff22b |
|
MD5 | 65650c395246bc8599c9f9cffff9e42a |
|
BLAKE2b-256 | 28fa14f81627b7a570979042f6c05bdd0de3570cc628db65e6ec64fd5addef56 |