Skip to content

The original Status Checker is a Python tool for swiftly checking the status of URLs. The new features were developed as part of a task that required more granular visibility into the behavior and network characteristics of HTTP endpoints.

License

Notifications You must be signed in to change notification settings

matteocapricci/url-status-checkerv2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status Checker



URL Status Checker v1

Status Checker is a Python script that checks the status of one or multiple URLs/domains and categorizes them based on their HTTP status codes. Version 2.0.0

Features

  • Check the status of single or multiple URLs/domains.
  • Asynchronous HTTP requests for improved performance.
  • Follow the Redirections.
  • Track all the involved IP addresses.
  • Color-coded output for better visualization of status codes.
  • Progress bar when checking multiple URLs.
  • Save results to an output file.
  • Error handling for inaccessible URLs and invalid responses.
  • Command-line interface for easy usage.

Installation

  1. Clone the repository:

    git clone https://github.com/your_username/status-checker.git
    cd status-checker
  2. Install dependencies:

    pip install -r requirements.txt

Usage

python status_checker.py [-h] [-d DOMAIN] [-l LIST] [-o OUTPUT] [-v] [-update]
  • -d, --domain: Single domain/URL to check.
  • -l, --list: File containing a list of domains/URLs to check.
  • -o, --output: File to save the output.
  • -v, --version: Display version information.
  • -update: Update the tool.

Example:

python status_checker.py -l urls.txt -o results.txt

Preview:

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

The original Status Checker is a Python tool for swiftly checking the status of URLs. The new features were developed as part of a task that required more granular visibility into the behavior and network characteristics of HTTP endpoints.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%