PyBloxlink is an async API wrapper for the Bloxlink API.
Notable features:
To install a full release of the library, run the command below:
pip install -U pybloxlink
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
.
Some examples can be found here: https://acatiadroid.github.io/pybloxlink/examples.html
If you need help, you can either make an issue or join the Bloxlink server: https://discord.gg/bloxlink
This is licensed under MIT. Read the license here.
Contributions are welcome! Check out the contributing guidelines beforehand.