1.0.1 • Published 8 years ago

reading-list-to-pocket v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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.