How do I join a group through Roblox api POST Requests (Python)

I’ve looked for similar posts but nothing really helped me out. I’m just trying to create a simple script where my account joins a group through python’s POST request and Roblox API. Ive tried it but it didn’t do anything.

Ive looked through the documentation and since I can’t test it on the webpage (Authorization access denied) I have no idea how to do it. Do I need to use a proxy as well? If so how do I include this in my script? Thanks in advance

Roblox API link: https://api.roblox.com/docs?useConsolidatedPage=true

Have you gotten the cookie, you will need the accounts cookie and link it up to a 3rd party website and implicate your own code.

I have the cookie. Im pretty sure you can do it through Roblox’s API as well instead of 3rd party websites

try using https://glitch.com/ roblox often has errors.

I believe you need to solve the captcha somehow. I’ve never had to deal with captcha outside of just manually solving it so I’m not really sure how to solve this

1 Like

I was thinking about the captcha too. Isnt there a way to solve the captcha?

You’d need to get a captcha token from a provide like arkose labs. I have never figured this out for 3 months.

sometimes whenever I join a group I don’t need to do the captcha, probably because it indicates that I am human and have joined groups before.

Roblox such weirdos :confused: The captcha’s are annoying too. I don’t understand how 7 year olds can solve that stuf…

Captchas are not intended to be solved by bots, bots are the reason why Captchas exist.

If you want to be able to use the API, create a prompt to manually solve it.

Also, for the 401 error on the consolidated page’s docs, just use the actual groups API docs.

1 Like