Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fmind/onweb
- Owner: fmind
- License: other
- Created: 2019-04-05T16:45:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T09:31:36.000Z (about 5 years ago)
- Last Synced: 2024-09-18T06:18:42.887Z (about 2 months ago)
- Topics: asyncio, check, python, status, website
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- 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
```