Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kafetzisthomas/website-status-checker
Allows you to check website status and availability.
https://github.com/kafetzisthomas/website-status-checker
Last synced: 5 days ago
JSON representation
Allows you to check website status and availability.
- Host: GitHub
- URL: https://github.com/kafetzisthomas/website-status-checker
- Owner: KafetzisThomas
- Created: 2022-12-23T17:52:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T11:45:10.000Z (7 months ago)
- Last Synced: 2024-06-14T12:33:18.959Z (7 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website-Status-Checker
__What Is This?__ - Allows you to check website status and availability.
__How to Download__: Open the terminal on your machine and type the following command:
```bash
git clone https://github.com/KafetzisThomas/Website-Status-Checker.git
```# Usage Notes
```bash
# Correct way
$ python3 main.py# Incorrect ways
$ python3 main.py ...
$ python3 main.py# Example
$ python3 main.py github.com # or http://www.github.com
```