pybloxlink

PyBloxlink

An async API wrapper for the blox.link API.

About

PyBloxlink is an async API wrapper for the Bloxlink API.

Notable features:

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.

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.