/order-urls-by-code

This script will sort urls of a list depending on their response code.

Primary LanguagePython

Order url by code

What is this

This script will sort urls of a list depending on their response code.

Usage

python3 order-urls-by-code.py urls.txt

TODO

  • Make it sort url by code an outputing a different file for each family of code (file for all 400, file for all 500, etc)
  • Handle errors
  • Set a decent timeout
  • Make a fancy menu with options and all