
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
aiohoripy
import aiohoripy
# or
from aiohoripy import sfw, nsfw
import discord
from discord.ext import commands
bot = commands.Bot(command_prefix="prefix", intents=discord.Intents.all())
@bot.event
async def on_ready():
print("I'm ready")
@bot.command()
async def waifu(ctx):
image = await sfw(tag="waifu")
# or
image = await nsfw(tag="waifu")
await ctx.send(image)
bot.run("TOKEN")
The tags are the same as the tags that the api gives
sfw tags are: ["all", "husbando", "waifu"]
nsfw tags are: ["ass", "ecchi", "ero", "hentai", "maid", "milf", "oppai", "oral", "paizuri", "selfies", "uniform"]
The output that
image`` gives is the same as the json results in the API
and you can get them with:
image["code", "is_over18", "tag_id", "tag_name", "file", "url"]
FAQs
An asynchronous Python Wrapper for Hori-API
We found that aiohoripy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.