Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```