Simple Python wrapper and CLI for seedfinder.eu's API.
pip install seedfinder
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.
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.
See seedfinder.eu's API documentation