/website-availability-checker

This Python script checks the availability of a list of websites and writes to a log file if a site is down. It uses the requests library to send HTTP requests to the specified websites and checks the status code of the response to determine if the site is up or down.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Watchers