/website-status-checker

A simple python script to automatically check all the urls website status that you want to check.

Primary LanguagePython

Getting Started

This is a totally public script for personal use, you can check the status of all the web pages you add to the included text document, there is no limit.

Support here: Discord

image

Prerequisites

Mandatory to have this requisites

Or using brew on macOS

brew install python

Python Modules Needs

  • Requests
python -m pip install requests
  • Termcolor
git clone https://github.com/termcolor/termcolor
cd termcolor
python3 -m pip install
  • tqdm
pip install tqdm

Using the script

To use simply set the website that you want to check on txt file;

image

Output

image