Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

pinxport

webjay6MIT0.1.0

Pinboard and Delicious command-line export script

pinboard, del.icio.us, export, csv, xml, json, cli

readme

pinXport

pinXport enables you to export links from either Pinboard or Delicious. Built in CoffeeScript.

Usage

To get results from Pinboard with a specific tag do this:

./pinxport.coffee --token=[Pinboard token] --tag [tag] > results.csv

To get results with multiple tags do this:

./pinxport.coffee --token=[Pinboard token] --tag [tag1] --tag [tag2] > results.csv

To get results with a specific tag from Delicious do this:

./pinxport.coffee --site [username]:[password]@api.del.icio.us --tag [tag] > results.csv