This is a simple Python helper script for exporting your information from Pinboard.in as an Org mode file to use with Emacs.
Tested and working with Python 3.5.0.
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>