hdb / seedfinder-python

Python wrapper for seedfinder.eu API

Home Page:https://seedfinder-python.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python wrapper for seedfinder.eu API

https://seedfinder-python.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 100.0%