An asynchronous wrapper for pxlapi
Just use pip3 install pypxl
to install it
from pypxl import PxlClient
#Define yout details here
pxl = PxlClient(token="Your pxlapi token", stop_on_error=False)
Now you can use a all pxlapi features with just one line of code!
glitch = await pxl.glitch(images=["https://cdn.discordapp.com/avatars/606162661184372736/a_62245605493deac02c291fe8fa517bee.gif?size=512"])
There is no website offering documentation, however if you hover over a function in your IDE it will give you some info about what it does, you can also just read the source code. For an example in a discord bot, please click here
I have implemented most functions this library offers in commands in my bot. You can find those commands here
For questions and suggestions, join my discord server or dm me (Kile#0606
)