Skip to content

DarrenN/pinboard-pocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinboard to Pocket

Grab recent posts from Pinboard tagged "readlater" and add them to Pocket. Meant to be run on a cron job or such.

Required ENV vars:

PINBOARD_API_TOKEN
POCKET_ACCESS_TOKEN
POCKET_CONSUMER_KEY

You can find you PINBOARD_API_TOKEN on https://pinboard.in/settings/password

Pocket is a bit more difficult, requiring you to create an "application" and do an OAuth Request/Reponse cycle to obtain your POCKET_ACCESS_TOKEN and POCKET_CONSUMER_KEY. You can find out more at https://getpocket.com/developer/docs/authentication. This module does not handle getting Pocket keys. You can read a nice tutorial on doing so here.

Build

This project requires Racket 6.3 or above.

To build a distributable/exectuable on your platform of choice, simply make build.

Once you have an exectuable you can setup a cron task something like so (runs every 6 minutes):

*/6 * * * * cd $HOME/pinboard-pocket; ./pinboard-pocket

Racket

About

Pipe recent pins tagged "readlater" into Pocket

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published