Skip to content

acatiadroid/pybloxlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBloxlink

An async API wrapper for the blox.link API.

Useful links

About

PyBloxlink is an async API wrapper for the Bloxlink API.

Notable features:

  • Async ready.
  • Up to date.
  • Provides full API coverage.
  • User-friendly errors for handling status codes of failed HTTP requests.

Installation

To install a full release of the library, run the command below:

pip install -U pybloxlink

Don't forget...

It is important that you close the client session once you are done with using PyBloxlink. If you do not, you're likely going to get Unclosed conntor/Unclosed client session errors.

This is to ensure there are no pending tasks awaiting completion.

Closing the client is as simple as using Bloxlink.close (coro).

Examples

Some examples can be found here: https://acatiadroid.github.io/pybloxlink/examples.html

Help

If you need help, you can either make an issue or join the Bloxlink server: https://discord.gg/bloxlink

License

This is licensed under MIT. Read the license here.

Contributing

Contributions are welcome! Check out the contributing guidelines beforehand.

Releases

No releases published

Packages

No packages published

Languages