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.6.0.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file statuscheck-0.6.0.tar.gz
.
File metadata
- Download URL: statuscheck-0.6.0.tar.gz
- Upload date:
- Size: 7.4 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 | 8da2996995cfe792cca5893bbc8c3a98ec7b9c1c66c151c8c5c4cccf267c857e |
|
MD5 | 4a5719d6765bc92f1f9b5d9d708898eb |
|
BLAKE2b-256 | b421e4287198b3b4a20ead39625ada0a95bd86680021ad592e55874c50479ce2 |
File details
Details for the file statuscheck-0.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 15.4 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 | 5dae5df447ec9997ebd16a09f93d0a85307d31ae6b3914236b6ea43da54ee258 |
|
MD5 | 75daddb90384fc7a6d52948923faf9a7 |
|
BLAKE2b-256 | 8f0c0896a0353a1ae9aa3b7fe7a5accf16fc9b9e6157b6c13034aefbf0d809a4 |