Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 589 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 589 Bytes

Pinboard Org

This is a simple Python helper script for exporting your information from Pinboard.in as an Org mode file to use with Emacs.

Python Version

Tested and working with Python 3.5.0.

Usage

Install the requirements from requirements.txt.

Then, place your api key in ~/.netrc as:

machine api.pinboard.in login <user> password <password>

Where your api key is formatted as <user>:<password>.

Finally, use it by running it as:

python pinboard.py <outputfile>