Skip to main content

An async wrapper made in Python for Dagpi.

Project description

unofficial DagpiWrapper

Async Wrapper for Dagpi

Author: Ali™ AKA Ali-TM-original

Just A small project to imporve my skills in Object Oriented Programming, inspired from my previous discord.py canny command

NOT READY FOR USE YET
tasks remaining:
[STRIKEOUT:1>Error Detection]
2>.Testing
3>.Get this up and running on pypi

CURRENT STATE : BROKEN

Usage with discord.py (till now)

super simple

Roast

from asyncdagreq import Client
import json

object = Client.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'])

USING IMAGE METHODS

from asyncdagreq import Client
import json

object = Client.Asyncdagreq('your token')

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

Uploaded Source

Built Distribution

asyncdagreq-1.1.7-py3-none-any.whl (5.9 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