https://github.com/fmind/onweb
Check the status of some website
https://github.com/fmind/onweb
asyncio check python status website
Last synced: about 1 year ago
JSON representation
Check the status of some website
- Host: GitHub
- URL: https://github.com/fmind/onweb
- Owner: fmind
- License: other
- Created: 2019-04-05T16:45:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T09:31:36.000Z (almost 7 years ago)
- Last Synced: 2025-03-20T21:11:28.300Z (over 1 year ago)
- Topics: asyncio, check, python, status, website
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```