Skip to main content

No project description provided

Project description

python-raindropio

Python wrapper for Raindrop.io API.

This library is in the early stage of development.

Requirements

  • Requires Python 3.7 or later.

Install

pip3 install python-raindropio

Usage

from raindropio.api import API, CollectionRef, Raindrop
api = API(raidrop-access-token)

while (items:=Raindrop.search(api)):
    for item in items:
        print(item.title)

License

Copyright 2020 Atsuo Ishimoto

See LICENSE for detail.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

python_raindropio-0.0.1-py3-none-any.whl (4.3 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