This is a Python script for checking in bulk HTTP status codes using an import file which contains a list of the URLs.
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 |
- 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.
- Save.
- Run: python3 check.py
Please see CHANGELOG for more information on what has changed recently.
If you discover any security related issues, please keybase instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.