Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.24 KB

pypxl

An asynchronous wrapper for pxlapi

Install it

Just use pip3 install pypxl to install it

How to use 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"])

Docs

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)

Discord Server