|
I would like to ask how to modify the way to enter the login verification code, I want to use a bot to let the program receive the verification code and log in to a user account, instead of entering it in the console? |
Answered by
SachukS
Jul 14, 2024
Replies: 7 comments
|
I think you need to write your own ClientInteraction class, and then assign it to your client like in this code below: |
0 replies
Answer selected by
cavallium
|
this is my custom class |
0 replies
0 replies
|
Yes, you need to implement here logic that send "question" with robot and then to make the thread to wait for the response (maybe looping it with GET requests, idk) |
0 replies
0 replies
|
I already know what to do. Thank you for your reply |
0 replies
can u help me, i dont understand the solution, may be u can give me a project with this solution |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I think you need to write your own ClientInteraction class, and then assign it to your client like in this code below: