Skip to content

A simple python implementation for the Osu! api

License

Notifications You must be signed in to change notification settings

Renondedju/Osu.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Osu.py library dev chat

A simple python implementation for the Osu! api.

This library is developed for Uso! bot, a discord recommendation bot for osu beatmaps

Requierments

  • Python 3.6+ (python 3.7 is partially unsupported due to the changes to asyncio)
  • The aiohttp library : Install instructions
  • An internet connexion

Modifications

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

Thanks to @ppy for the osu api

License

Osu.py is released under the MIT License. Check the license for more details.