Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fmind/onweb

Check the status of some website
https://github.com/fmind/onweb

asyncio check python status website

Last synced: 7 days ago
JSON representation

Check the status of some website

Awesome Lists containing this project

README

        

# onweb

Check the status of some website.

## Installation

```bash
$ pip install onweb
```

## Documentation

```bash
$ onweb https://google.com https://www.google.com
301 https://google.com
200 https://www.google.com
```

__Handle redirect code (e.g. 301):__

```bash
$ onweb --redirect https://google.com https://www.google.com
200 https://www.google.com
200 https://www.google.com
```