A simple python implementation for the Osu! api.
This library is developed for Uso! bot, a discord recommendation bot for osu beatmaps
- Python 3.6+ (python 3.7 is partially unsupported due to the changes to asyncio)
- The aiohttp library : Install instructions
- An internet connexion
To get the current version of the library simply write and execute :
import pyosu #Make sure your import path is the right one
print(pyosu.__version__)
Link to the chagelogs
Thanks to @ppy for the osu api
Osu.py is released under the MIT License. Check the license for more details.