An open API service indexing awesome lists of open source software.

https://github.com/ehamiter/pindead

Pinboard dead link checker
https://github.com/ehamiter/pindead

pinboard pinboard-bookmarks python3

Last synced: about 1 month ago
JSON representation

Pinboard dead link checker

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="[email protected]"
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
![Pindead example screen shot](screenshot.png?raw=true)