Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.87 KB

README.rst

File metadata and controls

64 lines (47 loc) · 1.87 KB

downforeveryone

LANGUAGE VERSION LICENSE MAINTAINED BUILD 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.

Similar projects