Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

ValeriiVasin/reading-list-to-pocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reading-list-to-pocket

Simple command line Safari Reading List to Pocket importer.

  1. Install reading-list-to-pocket npm package globally
npm install -g reading-list-to-pocket
  1. Register your own pocket application here with at least add and modify permissions. Remember your consumer key - it will be used later on.

  2. Sync your Safari Reading List with pocket

# providing consumer key as cli argument
reading-list-to-pocket --consumerKey <YOUR_APP_CONSUMER_KEY>
# providing key as environment variable
POCKET_CONSUMER_KEY=<YOUR_APP_CONSUMER_KEY> reading-list-to-pocket

TIP: If you are going to sync your reading list with pocket more then once its better to set consumer key environment variable in .bash_profile.