-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Captcha Solving #6050
Captcha Solving #6050
Conversation
Merge from Main repo
2Captcha & manual Solving
Change the information on hashing, added information on Captcha support
@MerlionRock, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Gobberwart, @pogarek and @douglascamata to be potential reviewers. |
What in case if user doesn't want to resolve captcha and just want to have warning ? |
@pogarek Noted, will add task into config.
|
..... Why I always have problem loading from config.... |
Can i merge? |
No harm merging? I'll add in the config to disable captcha solving later while people test if it work? I need people to test on other os platform |
Added "solve_captcha": false When set to true, will auto solve captcha if there's a 2captcha token else manual solving.
Added solve_captcha to config. Setting to true will allow captcha solving, either auto (2Captcha is token found) or manual.
Added solve_captcha to config. Setting to true will allow captcha solving, either auto (2Captcha is token found) or manual.
Added "solve_captcha". When set to true, will enable captcha solving, either auto (if 2Captcha token found) or Manual
Can someone test and merge if good? I need a PC user to test the manual captcha solving |
Merged #6050 |
2Captcha Solving by iksteen. Taken from his fork at iksteen@1d03382
To enable 2Captcha, add "2captcha_token": "YOUR 2CAPTCHA TOKEN HERE" into auth.json
Manual Solving using Chrome Driver: https://sites.google.com/a/chromium.org/chromedriver/
Chrome driver must be placed in root dir of the bot.
Please test and let me know if it work. Comment with your operating system and error message.