ppy / osu-api

Public API for accessing osu! related data.
321 stars 16 forks source link

Online Status for user #20

Open iebb opened 11 years ago

iebb commented 11 years ago

I've mentioned that /api/get_user can't get a player's online status ,and some online signatures can be better with this.

peppy commented 11 years ago

Right now there is no "online" state outside forums. As in I can't currently query this. Would you be happy with the forum-based state? This will trigger online when the user has had the website open in the last n minutes.

iebb commented 10 years ago

forum-based state is okay, but what i want is the banch-based state. is it possible?

omkelderman commented 10 years ago

There is actually a way to find the bancho-status of a user, although its not via the api. If you connect to the irc-server and send BanchoBot the message STATS <player name> it will return the online-status of that player (and some other stats)