An async wrapper made in Python for Dagpi.
Project description
Example:
from asyncdagreq import asyncdagreq import json object = asyncdagreq('your token') @bot.command() async def roast(ctx): roast = await object.roast() x = roast.decode("utf-8") j = json.loads(x) await ctx.send(j['roast']) @bot.command() async def captcha(ctx): url = str(ctx.message.author.avatar_url_as(format="png", static_format="png", size=1024)) img = await object.captcha(str(url), "hello") file = discord.File(img, "pixel.png") await ctx.send(file=file)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asyncdagreq-1.1.3.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for asyncdagreq-1.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 317f69fbbbf81582791ff104756889d86caa506f4dbaa5fabcdedead33b03607 |
|
MD5 | c62a8ec7a3fabedfe79e0e196e586199 |
|
BLAKE2-256 | 4800ab080880731e96367242cc97787d890dd10a1fead6110ec7a967acc5f987 |