Skip to main content

Simple Python wrapper for seedfinder.eu's API

Project description

seedfinder-python

Simple Python wrapper and CLI for seedfinder.eu's API.

Install

pip install seedfinder

Setup

You will need to create an account at seedfinder.eu and verify a domain or IP in order to access the API.

To authorize requests, you need to either make a request from a verfied address or initialize the SeedFinder object with your API token.

Note: seedfinder.eu requires that you register an address even if you are only accessing the API by token.

Usage & Documentation

seedfinder-python is usable as both a simple search CLI

seedfinder --limit 10 --not-interactive "granddaddy"

and as a library

from seedfinder import SeedFinder

sf = SeedFinder('YOUR API KEY')
sf.searchStrain('Alien Kush', exact=True)

See documentation for usage details.

API Reference

See seedfinder.eu's API documentation

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

seedfinder-0.2.1-py3-none-any.whl (6.6 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