Python script which queries a list of URLs, returns HTTP status codes and save them to CSV.
This is a quick proof of concept; I wanted to play learn a bit about pandas + requests modules.
Just run the script. Make sure the URLs.CSV is saved in the same folder as where you're running the script from.
Coming Soon.
Loads of ways...
-
List of HTTP Response Codes https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
-
Requests Module (Official Documentation - https://requests.readthedocs.io/en/master/
-
Pandas Module - https://pandas.pydata.org/