Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

linkStat

Checks links within a JSON file for http status code

Requirments:

pip install requests
pip install tabulate

JSON file being read should be structured like:

{
"links": [
"https://www.google.com",
"https://www.amazon.com"
]
}

Output example:

Link Status
-------------------- --------
https://www.google.com 200
https://www.amazon.com 200

About

Checks links within a JSON file for http status code

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages