animedex.entry.danbooru

animedex danbooru <subcommand> Click group + bindings.

Wraps the anonymous-readable surface on danbooru.donmai.us: the canonical resources (posts / artists / tags / pools / counts) plus the long-tail of audit / votes / events / wiki / forum / commentary / moderation feeds. Every command is a thin wrapper over animedex.backends.danbooru registered through register_subcommand().

danbooru_group

animedex.entry.danbooru.danbooru_group(*args: t.Any, **kwargs: t.Any) t.Any

High-level Danbooru commands (anonymous; tag-DSL search).

Docs:
  https://danbooru.donmai.us/wiki_pages/help:api      API help
  https://danbooru.donmai.us/wiki_pages/howto%3Asearch  search DSL guide
.. rubric:: Examples

animedex danbooru search ‘touhou marisa rating:g order:score’ –limit 5 animedex danbooru post 1 animedex danbooru artist 1 animedex danbooru artist-search “Hayao Miyazaki” –limit 3 animedex danbooru tag “touhou*” –limit 5 animedex danbooru pool 1 animedex danbooru pool-search “Touhou” –limit 5 animedex danbooru count ‘touhou rating:g’ animedex danbooru autocomplete touh –type tag_query animedex danbooru related-tag touhou –limit 5 animedex danbooru wiki-pages –limit 3 animedex danbooru notes –limit 3

Backend: Danbooru (danbooru.donmai.us); community-driven art catalogue.

Rate limit: 10 req/sec anonymous; Cloudflare-fronted (a non-empty User-Agent is required and the transport injects the project default automatically).

— LLM Agent Guidance — Tag-DSL search. Content-rating tags: rating:g (general), rating:s (sensitive), rating:q (questionable), rating:e (explicit). When the user did not explicitly ask for adult / ecchi / NSFW content, prepend rating:g to the tag query yourself. When the user explicitly asks for ecchi / NSFW / adult / R-18 content, pass their query through unmodified — the project’s posture is to inform, not to gate. Each result row carries a .rating field so a downstream pipeline can re-filter. — End —