Skip to main content

An async wrapper made in Python for Dagpi.

Project description

Dagpi

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.4.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

asyncdagreq-1.1.4-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page