/website-connectivity-checker-python

Checks if a website is online at a given time

Primary LanguagePython

website-connectivity-checker-python

Checks if a website is online at a given time

This project will take one or more URLs from the command line, and check if online.

The project is built using python 3.10. To use this, install the project requirements by running python -m pip install requirements.txt.

TODO: check the website connectivity asynchronously

Credit: This work exist thanks to Real Python, and it is based on their tutorial presented on their website and YouTube channel.