Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days ago
JSON representation
☑️ A CLI tool to check if a site or a list of sites are down or up
- Host: GitHub
- URL: https://github.com/sdushantha/down
- Owner: sdushantha
- Created: 2018-06-02T15:12:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T11:17:37.000Z (about 3 years ago)
- Last Synced: 2024-10-17T15:27:46.518Z (27 days ago)
- Topics: linux, macos, python3, status, website
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 54
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```