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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Pinku-0.1.1.tar.gz
.
File metadata
- Download URL: Pinku-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fd8dd128bce442d957d26a527000cd49f3f94cbb4cb37da384db03c4821d3d0 |
|
MD5 | 9aa7bb44b275b2449a3c6aa676f57c77 |
|
BLAKE2b-256 | 92cb9deb1cf96a879bcba4923e1308c07ea379b61b5228ecf9038918e21ba361 |
File details
Details for the file Pinku-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: Pinku-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a1b96a73a33e19c00c130979c26e99e18430302e81e3ae8bb4caa806340105e |
|
MD5 | f85ae15c172ccd68ae1657addae70dc5 |
|
BLAKE2b-256 | 2b244d1feb03bb749863b62d31206372cab7569ace685c212c36470723751b55 |