معرفی شرکت ها


aiohoripy-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An asynchronous Python Wrapper for Hori-API
ویژگی مقدار
سیستم عامل -
نام فایل aiohoripy-0.0.2
نام aiohoripy
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده lvlahraam
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/lvlahraam/aiohoripy
آدرس اینترنتی https://pypi.org/project/aiohoripy/
مجوز MIT
# This is a asynchronous wrapper for Hori-API named `aiohoripy` ## The way you use it it's so simple: ```py 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


نیازمندی

مقدار نام
- aiohttp
- async-timeout
- typing-extensions
- multidict
- attrs
- yarl
- chardet


زبان مورد نیاز

مقدار نام
>=3.8.0 Python


نحوه نصب


نصب پکیج whl aiohoripy-0.0.2:

    pip install aiohoripy-0.0.2.whl


نصب پکیج tar.gz aiohoripy-0.0.2:

    pip install aiohoripy-0.0.2.tar.gz