Print links from Linkding bookmarks including those one hop away
Go to file
2024-12-11 15:10:04 -06:00
.gitignore Initial commit 2024-12-11 15:10:04 -06:00
LICENSE Initial commit 2024-12-11 15:10:04 -06:00
print_linkdings.py Initial commit 2024-12-11 15:10:04 -06:00
pyproject.toml Initial commit 2024-12-11 15:10:04 -06:00
README.md Initial commit 2024-12-11 15:10:04 -06:00
requirements.txt Initial commit 2024-12-11 15:10:04 -06:00

print-linkdings

This program sends API requests to the REST API of a Linkding instance on my Tailscale network, gathers the URLs from each unarchived bookmark, gathers URLs one hop away from each bookmark URL, and prints them to standard output.

The Linkding API key must be stored in a plaintext file at /usr/local/etc/linkding_api_key.txt.

Installation

pipx install print-linkdings

Usage

print-linkdings INSTANCE_URL

Example:

print-linkdings "https://nas-local.tailnet.ts.net:7000"