An async wrapper made in Python for Dagpi.
Project description
Example:
import asyncdagreq import json object = asyncdagreq.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.5.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for asyncdagreq-1.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 623585c586bd9f39febe38c4ecfd1bae7a3cd50eb1cb45c77c58b1716e72597a |
|
MD5 | eeb0607cdeabba11e711a6bd2e49abeb |
|
BLAKE2-256 | 50ec7d535a0e172477defe6f79bbb16f198047ea1c1658974ecd2da370cd4bef |