1.230923.754 • Published 2 years ago

otsu-lib v1.230923.754

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.230918.610

2 years ago

1.230913.1923

2 years ago

1.230913.1919

2 years ago

1.230913.1836

2 years ago

1.20230913.1721

2 years ago

1.20230913.1717

2 years ago

1.20230913.1639

2 years ago

1.202309.4

2 years ago

1.202309.3

2 years ago

1.202309.2

2 years ago

1.202309.1

2 years ago