Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 754 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 754 Bytes

Overview

Processes a json formatted Pinboard export and tests each link to determine if it's reachable. Invalid links are reported, along with a reason, in markdown formatted text.

Usage

Usage: pinboard_linkrot.py <bookmarks.json> [space separated tags to ignore]

All arguments after the bookmarks file will be considered tags you want to ignore. Any bookmarks with these tags will be skipped. Usefull for bookmarklets that can't be validated or links only accessible from a network you're not currently connected to.

Dependencies

Requires the Python Requests module.