Skip to main content

Lindle Python API saving tool to keep all your links all in one place

Project description

Lindle Py

Lindle is your ultimate solution for managing and organizing your web links with ease. This versatile Chrome extension empowers you to save, categorize, and access your online resources like never before.

Buy Me A Coffee Google Play Chrome Store

API Documentation

The API Documentation for Lindle.

Installation

pip install lindle

or

pip3 install lindle

Getting Started

Get your Lindle API key from Chrome Extension.
Chrome Extension

import lindle
apiKey = "YOUR_API";
lindle = Lindle(apiKey)

Get Links

links = lindle.get_links()
print(links)

Get Folders

folders = lindle.get_folders()
print(folders)

Get Synced Bookmarks

data = lindle.get_synced_bookmarks()
print(data.folders)
print(data.links)

Change Log

1.0.0 (15/02/2023)

  • Initial version

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

lindle-1.0.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

lindle-1.0.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded 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