ReverseSearchConfig

class retaggr.ReverseSearchConfig(**kwargs)[source]

Configuration object for ReverseSearch

All parameters are prefixed with the specific type needed for reverse searching.

Check the relevant class for the engine for details on the engine.

Parameters:
  • danbooru_username (str) – Username on Danbooru
  • danbooru_api_key – API key on Danbooru
  • e621_username (str) – Your E621 username
  • app_name (str) – The name of your application (required for the e621 handler in SauceNao).
  • version (float) – The version of your application (required for the e621 handler in SauceNao).
  • saucenao_api_key (str) – An API key for SauceNao.
  • min_score (float) – Minimum search match percentage needed (required for ALL boorus except Paheal and SauceNao).
  • skip_iqdb (bool) – Don’t instantiate the IQDB class.