Can you get the online or offline status of the player?
Iām still working on Presence - Iāll update you when Iām 100% done, as it should be in less than a week.
Hey! Great module youāve made, and Iām in need of some help. Iām not that good with Python, so how would I join a game using this? I read the documentation, but couldnāt understand. Thanks in advance!
What exactly is your use case? Why do you need to join a game using ro.py?
Thatās still pretty maliciousā¦
Is it, though? All itās supposed to do is join a game and sit there lol
Yes. Premium pay. Iām sure thatās against TOS
But donāt premium payouts only work for premium users? The client/bot Iām wanting to use doesnāt have Premium
Whatās your use case? Why do you want to programmatically payout users?
Someoneās commission, they want a bot that can payout via Discord.
There is a module called robloxpy, it is written in their description that there is a feature to pay out via Code. But the classes are not there in the package, when I print there directories.
Can you please tell that how can i accept / decline Invite Requests from a group with your library?
Are you gonna add a proxy feature too?, since roblox doesnāt like ipās firing apiās that much
Weāre currently in the process of rewriting ro.py, but we do plan to make our ill-faded āURL utilityā extend to the entire library, which will allow you to simply replace the roblox.com URL with any proxy of your choice and even change the way the URL is laid out.
Donāt quote me, but:
If I recall correctly, group.join_requests contains a Pages object which you can use an async for
to iterate through. You can then look at each JoinRequest object and call .accept
or .deny
on that request.
Is there a way I can get the text from a userās āAboutā Section?
I just realized that the status isnāt the same as the about section, thatās why
Just use user.description
after grabbing the user with client.get_user
.
Thanks, now I can finally make my verification system.