/response-codes

Python script which queries a list of URLs, returns HTTP status codes and save them to CSV.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Bulk Response Code Checker

Python script which queries a list of URLs, returns HTTP status codes and save them to CSV.

About

This is a quick proof of concept; I wanted to play learn a bit about pandas + requests modules.

How To Use

Just run the script. Make sure the URLs.CSV is saved in the same folder as where you're running the script from.

FAQs

Coming Soon.

How else could this script be improved

Loads of ways...

Further Reading