lindle


Namelindle JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://lindle.me
SummaryLindle Python API saving tool to keep all your links all in one place
upload_time2024-02-16 12:09:49
maintainer
docs_urlNone
authorM2K Developments
requires_python>=3.6
licenseMIT
keywords lindle links bookmarks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

<a href="https://www.buymeacoffee.com/m2kdevelopments" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" />
</a>

<a href="https://play.google.com/store/apps/details?id=com.m2kdevelopments.lindle" target="_blank">
    <img src="./googleplay.png" alt="Google Play" style="height: 85px !important" />
</a>
<a href="https://chrome.google.com/webstore/detail/igkkojjaikfmiibedalhgmfnjohlhmaj" target="_blank">
    <img src="./chromestore.png" alt="Chrome Store" style="height: 85px !important" />
</a>


## API Documentation
The <a href="https://lindle.me/api-docs">API Documentation</a> for Lindle.


## Installation
```
pip install lindle
```
or 
```
pip3 install lindle
```

## Getting Started
Get your Lindle API key from <a href="https://chrome.google.com/webstore/detail/igkkojjaikfmiibedalhgmfnjohlhmaj">Chrome Extension</a>.
<br/>
<img src="./api.png" alt="Chrome Extension" style="height: 400px !important" />

```
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

            

Raw data

            {
    "_id": null,
    "home_page": "https://lindle.me",
    "name": "lindle",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "lindle links bookmarks",
    "author": "M2K Developments",
    "author_email": "m2kdevelopments@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/97/0e/07dad5ed4d4275284e03275e27a4fdd684ae5f1abe05112b466fac6928a7/lindle-1.0.0.tar.gz",
    "platform": null,
    "description": "# Lindle Py\r\nLindle 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.\r\n\r\n<a href=\"https://www.buymeacoffee.com/m2kdevelopments\" target=\"_blank\">\r\n<img src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" />\r\n</a>\r\n\r\n<a href=\"https://play.google.com/store/apps/details?id=com.m2kdevelopments.lindle\" target=\"_blank\">\r\n    <img src=\"./googleplay.png\" alt=\"Google Play\" style=\"height: 85px !important\" />\r\n</a>\r\n<a href=\"https://chrome.google.com/webstore/detail/igkkojjaikfmiibedalhgmfnjohlhmaj\" target=\"_blank\">\r\n    <img src=\"./chromestore.png\" alt=\"Chrome Store\" style=\"height: 85px !important\" />\r\n</a>\r\n\r\n\r\n## API Documentation\r\nThe <a href=\"https://lindle.me/api-docs\">API Documentation</a> for Lindle.\r\n\r\n\r\n## Installation\r\n```\r\npip install lindle\r\n```\r\nor \r\n```\r\npip3 install lindle\r\n```\r\n\r\n## Getting Started\r\nGet your Lindle API key from <a href=\"https://chrome.google.com/webstore/detail/igkkojjaikfmiibedalhgmfnjohlhmaj\">Chrome Extension</a>.\r\n<br/>\r\n<img src=\"./api.png\" alt=\"Chrome Extension\" style=\"height: 400px !important\" />\r\n\r\n```\r\nimport lindle\r\napiKey = \"YOUR_API\";\r\nlindle = Lindle(apiKey)\r\n```\r\n\r\n## Get Links\r\n```\r\nlinks = lindle.get_links()\r\nprint(links)\r\n```\r\n\r\n\r\n## Get Folders\r\n```\r\nfolders = lindle.get_folders()\r\nprint(folders)\r\n```\r\n\r\n## Get Synced Bookmarks\r\n```\r\ndata = lindle.get_synced_bookmarks()\r\nprint(data.folders)\r\nprint(data.links)\r\n```\r\n\r\n\r\nChange Log\r\n===============================================\r\n\r\n1.0.0 (15/02/2023) \r\n-----------------------------\r\n- Initial version\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Lindle Python API saving tool to keep all your links all in one place",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://lindle.me"
    },
    "split_keywords": [
        "lindle",
        "links",
        "bookmarks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23237cddcfb75aa93f3c88c453d01d2cf2faef308bb5d49d24ad5ce0818ce0ee",
                "md5": "621e8fa3d73293593da5e5e33ef2dc71",
                "sha256": "24320f998db063aff71318a28220bdd16f7356b495cbf543b9d0f2bd0dfcad68"
            },
            "downloads": -1,
            "filename": "lindle-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "621e8fa3d73293593da5e5e33ef2dc71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3830,
            "upload_time": "2024-02-16T12:09:47",
            "upload_time_iso_8601": "2024-02-16T12:09:47.601658Z",
            "url": "https://files.pythonhosted.org/packages/23/23/7cddcfb75aa93f3c88c453d01d2cf2faef308bb5d49d24ad5ce0818ce0ee/lindle-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "970e07dad5ed4d4275284e03275e27a4fdd684ae5f1abe05112b466fac6928a7",
                "md5": "d01454a908278db0a67d5e8e04854e2a",
                "sha256": "5b46bb76f18a00fa19d818087d187aef31e75d3406ccda1090b9ca214b8eb5f9"
            },
            "downloads": -1,
            "filename": "lindle-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d01454a908278db0a67d5e8e04854e2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3802,
            "upload_time": "2024-02-16T12:09:49",
            "upload_time_iso_8601": "2024-02-16T12:09:49.369042Z",
            "url": "https://files.pythonhosted.org/packages/97/0e/07dad5ed4d4275284e03275e27a4fdd684ae5f1abe05112b466fac6928a7/lindle-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 12:09:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lindle"
}
        
Elapsed time: 0.18956s