Skip to content

banflam/response_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

response_code

Uses the Python requests module.

Goes through a list of URLs that you have in a text file, and reads them one-by-one.
Then tries to access the URL and prints out the HTTP response code (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status).
Prints out "failed to connect" if it cannot connect to the URL at all.

This script is useful, for instance, if you have a list of websites and you want to find out which websites are still accessible and which ones are not.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages