1.230923.754 • Published 8 months ago

otsu-lib v1.230923.754

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

otsu-lib

Installation

To use this module , you just need to install using npm

npm install otsu-lib

Quick start

To import module , you can use require() .

const { Otsu } = require('otsu-lib');
const bot = new Otsu();

API References

  • GET USER ID OF ACCOUNTS

    • Params :

      username : string

    await bot.user_id('username');
  • GET ACCOUNT DETAILS

    • Params :

      username : string

    await bot.user_data('username');
  • GET TOP 100 PLAYS

    await bot.user_best_plays(username);
  • GET LAST 24 HOURS PLAYS

    await bot.user_recent_play(username);
  • GET FIRST PLACE BY USER

    await bot.user_first_place(username);
  • GET LATEST BEATMAP RANKED & LOVED

    await bot.beatmap_update();
  • GET LEADERBOARD PERFORMANCE

    await bot.rank_performance(mode);
1.230923.754

8 months ago

1.230918.610

8 months ago

1.230913.1923

8 months ago

1.230913.1919

8 months ago

1.230913.1836

8 months ago

1.20230913.1721

8 months ago

1.20230913.1717

8 months ago

1.20230913.1639

8 months ago

1.202309.4

8 months ago

1.202309.3

8 months ago

1.202309.2

8 months ago

1.202309.1

8 months ago