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.
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
(coro).
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.