This is a asynchronous wrapper for Hori-API named aiohoripy
The way you use it it's so simple:
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"]
Made by lvlahraam#8435
Release files for aiohoripy 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aiohoripy-0.0.2.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aiohoripy-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / aiohoripy-0.0.2.tar.gz
| Download URL | aiohoripy-0.0.2.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
569bb6786e3d6cc470fb7545d53b9c42af1bd7c778ce233b7af03da2e10039ad
|
|
BLAKE2b-256 checksum How to use checksums |
a7587cd70cb69890d5461e2cd11b8b458dd0d983851156db1e16f27fd90179ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
|
Release files / aiohoripy-0.0.2-py3-none-any.whl
| Download URL | aiohoripy-0.0.2-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b2cceb28b2d3a3fc3eb227998b357bd68729eadab9bc51678c7131d6e5cdd698
|
|
BLAKE2b-256 checksum How to use checksums |
4716fed42d69cdf75301e06acc5d5477fa1dbc0199b4bc9f76433216b28f3d78
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
|