/http-status-url-bulk-check

Python script for checking in bulk HTTP status codes using an import file which contain a list with the URLs

Primary LanguagePythonMIT LicenseMIT

URL HTTP Status Bulk Check

Short Description

This is a Python script for checking in bulk HTTP status codes using an import file which contains a list of the URLs.

Files

Filename Usage
check.py this is the executable py file
urls.txt this is the import file containg the URL list, one domain per line
README.md this file
CHANGELOG changelog file
LICENSE info about the licence used
CONTRIBUTING contributions are more than welcome, read more about them

How to use :

  1. Create a txt file under the name of urls.txt and add a list of the URLs you want to check their HTTP status code or edit the one found in this repo.
  2. Save.
  3. Run: python3 check.py

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

If you discover any security related issues, please keybase instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.