Skip to content

rpdelaney/downforeveryone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06d5eb0 · Jan 7, 2025
Dec 11, 2024
Dec 17, 2021
May 8, 2024
Aug 16, 2024
Dec 27, 2021
Apr 28, 2021
Nov 29, 2024
Jan 2, 2021
Nov 29, 2024
Nov 25, 2019
May 8, 2024
Jan 4, 2025
May 12, 2024
Jun 28, 2024
May 8, 2024

Repository files navigation

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

About

checks if a site is down for everyone or just you, via isup.me

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published