Skip to main content

checks if a website is really down via isup.me

Project description

LANGUAGE VERSION LICENSE MAINTAINED CIRCLECI COVERAGE MAINTAINABILITY STYLE

Checks if a website is down for everyone or just you, via isup.me.

Installation

pip3 install downforeveryone

Usage

$ isup -h
usage: isup [-h] url

checks if a site is down for everyone or just you

positional arguments:
url         url to test

optional arguments:
-h, --help  show this help message and exit
$ isup google.com ; echo $?
just you.
1
$ isup thingthatsdown.com ; echo $?
it's down.
0

Development

To install development dependencies, you will need poetry and pre-commit.

pre-commit install --install-hooks
poetry install

direnv is optional, but recommended for convenience.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

downforeveryone-1.0.3.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

downforeveryone-1.0.3-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page