Giter VIP home page Giter VIP logo

osu.py's Introduction

Osu.py library

A simple python implementation for the Osu! api.

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

Requirements

  • Python 3.6+ (anterior versions might be supported but haven't been tested.)
  • The aiohttp library : Install instructions
  • An internet connexion

Installation

Open a terminal and write

pip install git+https://github.com/Renondedju/Osu.py

Or from the source

$ git clone https://github.com/Renondedju/Osu.py
$ cd Osu.py
$ pip install .

Example

import asyncio
from pyosu import OsuApi

async def main():
    
    api = OsuApi('Your api key here')

    bests = await api.get_user_bests('Renondedju')
    for best in bests:
        print(best.__dict__)

if __name__ == '__main__':
    asyncio.run(main())

Documentations

Link to the docs

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.