Skip to content

RUCaptcha #23

@TheBogler

Description

@TheBogler

Как юзать вместе с RAC(RemoteAuthClient)?

Я использую библу twocaptcha
Но не понимаю как ее соединить с @c.event("on_captcha")

Сейчас я юзаю такой код:

				@c.event("on_captcha")
				async def on_captcha(captcha_data):
					print("Captcha!")
					try:
						result = solver.hcaptcha(sitekey=sitekey,
						  url='https://www.discord.com/login/')
						balance = solver.balance()
						print(balance)
						return result
					except Exception as err:
						print(err)
						

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions