Use Python to interact with the Roblox API with ro.py!

Yes. Premium pay. I’m sure that’s against TOS

1 Like

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

1 Like

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.

1 Like

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.

1 Like

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 :sweat_smile:

Just use user.description after grabbing the user with client.get_user.

1 Like

Thanks, now I can finally make my verification system.

@local_ip Is it possible to the publish API to be implemented into this?

1 Like

What exactly do you want to do?

1 Like

I want to be able to upload audio using the publish api (Publish Api), and yes I know it costs Robux.

1 Like

Uploading assets is something we’re thinking about implementing for the rewrite. Do you have a specific use case or a reason you want to upload audio in your code?

I am currently working with a website that makes music and we want to add a way to make a bot upload all the audio (to the company account) to Roblox as Roblox doesn’t support uploading non-local files. (files stored online) and keeping all the files on the device is too much storage and time consuming.

1 Like

Ah, I see. Seems like a solid use case - we’ll look into it. Thank you!

1 Like

Does this mean I can create an chatbot that chats in the roblox chat for this, Or is that aganist tos

I know this might be a bit old, but does this Api include a way to check what rank a user is in a group?