url-status-checker

Crates.iourl-status-checker
lib.rsurl-status-checker
version0.1.0
sourcesrc
created_at2023-12-30 01:56:23.60426
updated_at2023-12-30 01:56:23.60426
descriptioncleans URLs from an input file and verifies their status codes. Cleaned URLs and their status codes are stored in an output file.
homepage
repository
max_upload_size
id1083827
size41,715
Michael Liendo (Michael-Liendo)

documentation

README

Url Status Checker

cleans URLs from an input file and verifies their status codes. Cleaned URLs and their status codes are stored in an output file.

Usage

url-status-checker --file <FILE>

Options

-f, --file <FILE> File containing the URLs to clean and verify

-o, --output-file <OUTPUT_FILE> Output file where valid URLs and their status codes will be saved [default: correct_urls_output.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Licensed under the MIT License.

Commit count: 0

cargo fmt