So I've found a solution to output the currently played song. It could be taken just from the window title.
But I see no easy way to output the beatmap link.
Without a direct approach I decided to try to take song title and put it into osu!beatmap search.
Unfortunately, I've failed to log into osu! using a standard post request. There must be something trivial I am not understanding.
I have tried to imitate the POST-request with postman and did from parameters:
{username:firedigger,password:password}, but I didn't get an answer indicating that logging was working and my sequental search just wouldn't work.
I am using NodeJs for the script btw.
I've definetely seen working link output, but I can't find a link to a fresh version of osu!stream companion, looks like it's being recoded or something.
Anyway, I wonder if you guys could come up with any ideas for me
But I see no easy way to output the beatmap link.
Without a direct approach I decided to try to take song title and put it into osu!beatmap search.
Unfortunately, I've failed to log into osu! using a standard post request. There must be something trivial I am not understanding.
I have tried to imitate the POST-request with postman and did from parameters:
{username:firedigger,password:password}, but I didn't get an answer indicating that logging was working and my sequental search just wouldn't work.
I am using NodeJs for the script btw.
I've definetely seen working link output, but I can't find a link to a fresh version of osu!stream companion, looks like it's being recoded or something.
Anyway, I wonder if you guys could come up with any ideas for me