Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 418 Bytes

File metadata and controls

24 lines (23 loc) · 418 Bytes

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