This script finds all of the Pinboard posts with 'reading' as a tag and removes that tag, instead marking the item as "unread".
The script requires Requests:
pip install requests
It also requires a previous download of https://api.pinboard.in/v1/posts/all?format=json
, saved as posts.json
in the same directory as the script.