animedex.entry.waifu

animedex waifu <subcommand> Click group + bindings.

Three subcommands wrapping the JSON read endpoints on api.waifu.im: tags / artists / images.

The --is-nsfw flag on images is a transparent passthrough of the upstream’s isNsfw query parameter — not a paternalistic confirmation gate. Defaults match upstream (omitting the parameter honours the SFW-only default).

waifu_group

animedex.entry.waifu.waifu_group(*args: t.Any, **kwargs: t.Any) t.Any

High-level Waifu.im commands (anonymous; SFW + NSFW image API).

Docs:
  https://docs.waifu.im/                     project docs index
  https://www.waifu.im/                       project home
.. rubric:: Examples

animedex waifu tags animedex waifu artists –page-size 5 animedex waifu images –included-tags waifu –page-size 3 animedex waifu images –is-nsfw true –page-size 3 animedex waifu images –is-animated true –page-size 2

Backend: Waifu.im (api.waifu.im); tagged SFW + NSFW anime art collection.

Rate limit: anonymous; not formally published (transport applies a 10 req/sec sustained ceiling).

— LLM Agent Guidance — Read-only image lookup. The /images endpoint defaults to SFW only when isNsfw is omitted; pass –is-nsfw true to opt in to NSFW results. When the user did not explicitly ask for NSFW content, omit –is-nsfw entirely so the upstream’s SFW default applies. When the user explicitly requested NSFW or adult material, pass it through unmodified — the project’s posture is to inform, not to gate. — End —