8000 GitHub - manojxshrestha/url-checker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

manojxshrestha/url-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

URL Checker

A quick and easy-to-use shell script for checking the status of URLs from a file. Perfect for web admins, developers, or anyone who needs to monitor the availability of multiple links. 🚀

Shell Script License Status


Features

  • Check HTTP status codes for a list of URLs.
  • Lightweight and easy to use.
  • Optionally save results to a log file.

Installation and Usage

# Clone the repository
git clone https://github.com/manojxshrestha/url-checker.git

# Navigate to the project folder
cd url-checker

# Make the script executable
chmod +x url-checker.sh

# Run the script
./url-checker.sh /path/to/your/urls.txt

Options

  • -h, --help
    Display the help menu with usage instructions.

  • -l, --log
    Save results to a log file (check_log.txt).


Requirements

  • bash shell
  • curl command-line tool

Input File Format

The script reads URLs from a text file where each URL is on a new line:

https://example.com
https://github.com
https://openai.com

Example Output

Checking: https://example.com
HTTP/2 200 

Checking: https://github.com
HTTP/2 200 

Checking: https://openai.com
HTTP/2 200 

Made by me @manojxshrestha ♥️

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0