vedang / pinboard-org

Simple Pinboard.in tool for creating Org mode files of bookmarks

Repository from Github https://github.comvedang/pinboard-orgRepository from Github https://github.comvedang/pinboard-org

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>

About

Simple Pinboard.in tool for creating Org mode files of bookmarks

License:MIT License


Languages

Language:Python 100.0%