-
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? |
Beta Was this translation helpful? Give feedback.
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:
|
Beta Was this translation helpful? Give feedback.
-
this is my custom class
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
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) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I already know what to do. Thank you for your reply |
Beta Was this translation helpful? Give feedback.
-
can u help me, i dont understand the solution, may be u can give me a project with this solution |
Beta Was this translation helpful? Give feedback.
I think you need to write your own ClientInteraction class, and then assign it to your client like in this code below: