Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help about join Guild with token Hcaptcha #456

Open
zodiaccong opened this issue Feb 23, 2023 · 0 comments
Open

Need help about join Guild with token Hcaptcha #456

zodiaccong opened this issue Feb 23, 2023 · 0 comments

Comments

@zodiaccong
Copy link

As the title says, I get token that are solved with CapSolver. What do I have to do with it next in order for me to join the Guild? I tried the following code but it doesn't seem to work:

data = {
            "captcha_key": token_captcha
        }
        session = requests.Session()
        response = session.post("https://discord.com/invite/abc", data=data)
        if response.status_code == 200:
            print("Successfull")
        else:
            print("!!!!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant