Skip to main content

Pinboard-to-Buku importation utility

Project description

pinku is a Pinboard-to-Buku importation utility.

pinku is not (at least at this time) a syncing utility and works in only one direction: to import bookmarks from Pinboard into Buku. If the URL already exists in Buku, the entry is skipped over.

Installation

pip install pinku

Usage

Ensure that you have set the PINBOARD_API_KEY environment variable to your Pinboard API token. You can find your API token here.

pinku takes command-line arguments that serve as filters for searching through Pinboard bookmarks. pinku will then add the results to your Buku database.

Pinku supports all of the filter arguments for the Pinboard API /all endpoint. Please visit Pinboard’s API documentation to read the details.

Please note that Pinboard limits API calls to the /all endpoint to once every five minutes

Examples

Add all Pinboard bookmarks to Buku:

pinku

Add your 10 most recent Pinboard bookmarks to Buku:

pinku -r 10

Add all Pinboard bookmarks tagged web-dev and programming (max 3 tags per Pinboard API) to Buku:

pinku -t web-dev, programming

Add the first 3 Pinboard bookmarks tagged web-dev to Buku:

pinku -t web-dev -r 3

Add all Pinboard bookmarks since September 1, 2017 to Buku:

pinku --fromdt 2017-09-01

Add all bookmarks that were added to Pinboard between 7/1/2017 and 9/1/2017 to Buku:

pinku --fromdt 2017-09-01 --todt 2017-09-01

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Pinku-0.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

Pinku-0.1.1-py2.py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page