Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moefuerst/reader2pinboard
Import articles saved to Readwise Reader to Pinboard
https://github.com/moefuerst/reader2pinboard
Last synced: 2 months ago
JSON representation
Import articles saved to Readwise Reader to Pinboard
- Host: GitHub
- URL: https://github.com/moefuerst/reader2pinboard
- Owner: moefuerst
- Created: 2023-11-07T12:20:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T20:57:15.000Z (10 months ago)
- Last Synced: 2024-08-03T22:14:41.268Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-readwise - reader2pinboard - Import articles saved in Readwise Reader to Pinboard. (Tools / Pinboard)
README
# reader2pinboard.py
Import articles saved to Readwise Reader to Pinboard- Existing bookmarks are not overwritten
- A successful fetch from the Readwise API saves the current time to a file.On subsequent calls of the script, that value is used to fetch only newer documents.Usage:
```shell
export READWISE_API_KEY="your-api-key"
export PINBOARD_API_TOKEN="your-api-token"
export READER2PINB_LAST_RUN="/path/to/lastrun/file"
python3 reader2pinboard.py# --dry-run
# performs a dry run (print information to console instead of adding bookmarks)# --all
# fetches all documents, ignoring any existing timestamp stored in the lastrun file
```