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.8.3.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file statuscheck-0.8.3.tar.gz
.
File metadata
- Download URL: statuscheck-0.8.3.tar.gz
- Upload date:
- Size: 8.3 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 | 3ab6f23a9f179dd131e2493030890a3f5281322162258778ba098b9bbd3bf7f4 |
|
MD5 | 7e9ad19e774e9d1048bc569524ee3914 |
|
BLAKE2b-256 | cd47ad57ece19f18fca3aaabe03ad54b004e147aebc0d4027efadfc9012c468f |
File details
Details for the file statuscheck-0.8.3-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-0.8.3-py2.py3-none-any.whl
- Upload date:
- Size: 17.3 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 | c3dc060e983a91f39ff4ca9f0415a7114be55f6f207b8508d4dbe02942d1c5ab |
|
MD5 | 32c1bd78a6aa605be8eeb95557abc329 |
|
BLAKE2b-256 | 79dc52b3bb311ea613b3770cffe12707642fe34d179d0a33d70e98efef33a7c0 |