yusufraji / website-connectivity-checker-python

Checks if a website is online at a given time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Checks if a website is online at a given time


Languages

Language:Python 67.6%Language:Dockerfile 32.4%