Skip to content

A small script that can be used to easily check the statuses of urls.

Notifications You must be signed in to change notification settings

Arthurdw/statusof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statusof

Small python script to check the status of a list of urls.

Parameters:

  • -u, --url: url to check
  • -f, --file: file containing urls to check
  • -t, --timeout: timeout in seconds
  • -p, --precision: precision of the time

Flags

  • -s, --secure: Try to use HTTPS instead of HTTP
  • -c, --colors: disable color output
  • -h, --help: show this help message

Usage:

Single url

  • statusof.py -u example.com
  • statusof.py -u example.com -t 10

Multiple urls

  • statusof.py -f urls.txt
  • statusof.py -u example.com -u example2.com

Installation

Pip

pip install -U statusof

AUR

paru -S python-statusof

Example preview

image

About

A small script that can be used to easily check the statuses of urls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published