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-1.0.1.tar.gz
(8.0 kB
view details)
File details
Details for the file statuscheck-1.0.1.tar.gz
.
File metadata
- Download URL: statuscheck-1.0.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cde194fa35efe849f745f66e0f963a7120534a7ab4daf352936cf7a192d110a8 |
|
MD5 | 8e36cadc1a833b71563073fa75323f85 |
|
BLAKE2b-256 | cd75d194da57db533699deb6e7d0c01f7d51fe6d501ec10017663d9205280e0a |