Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdushantha/down

☑️ A CLI tool to check if a site or a list of sites are down or up
https://github.com/sdushantha/down

linux macos python3 status website

Last synced: about 2 months ago
JSON representation

☑️ A CLI tool to check if a site or a list of sites are down or up

Awesome Lists containing this project

README

        

# down
> Check if a website is up or down.





# Installation

```bash
$ pip install --user down
```

## Usage
```bash
Usage: down [file] [url]

Example
down url_list.txt
down https://www.example.com
```