Skip to content

Import articles saved to Readwise Reader to Pinboard

Notifications You must be signed in to change notification settings

moefuerst/reader2pinboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

    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

About

Import articles saved to Readwise Reader to Pinboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages