https://github.com/ehamiter/pindead
Pinboard dead link checker
https://github.com/ehamiter/pindead
pinboard pinboard-bookmarks python3
Last synced: 9 months ago
JSON representation
Pinboard dead link checker
- Host: GitHub
- URL: https://github.com/ehamiter/pindead
- Owner: ehamiter
- License: mit
- Created: 2020-02-29T18:07:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T21:03:08.000Z (almost 6 years ago)
- Last Synced: 2025-04-11T17:50:33.242Z (about 1 year ago)
- Topics: pinboard, pinboard-bookmarks, python3
- Language: Python
- Size: 43 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pindead
Searches for dead links in your [Pinboard](https://pinboard.in) bookmarks and optionally deletes any that do not return a `200 OK` from a request.
_Requires Python 3.6 and up_
### Setup
Set these two values in your environment:
```
export PINBOARD_EMAIL="yourusername@maildomain.com"
export PINBOARD_TOKEN="username:XXXXXXXXXXXXXXXXXXX"
```
To find out what your Pinboard API token is, go here:
https://pinboard.in/settings/password
### Excecution
```
python pindead.py
```
### Example run
