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

Captcha Solving #6050

Merged
merged 11 commits into from
May 31, 2017
Merged

Captcha Solving #6050

merged 11 commits into from
May 31, 2017

Conversation

MerlionRock
Copy link
Contributor

@MerlionRock MerlionRock commented May 30, 2017

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.

2Captcha & manual Solving
Change the information on hashing, added information on Captcha support
@mention-bot
Copy link

@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.

@pogarek
Copy link
Contributor

pogarek commented May 30, 2017

What in case if user doesn't want to resolve captcha and just want to have warning ?

@MerlionRock
Copy link
Contributor Author

@pogarek Noted, will add task into config.

 "type": "SolveCaptcha",
        "config": {
            "enabled": false
          }

@MerlionRock
Copy link
Contributor Author

..... Why I always have problem loading from config....

@Jcolomar
Copy link
Contributor

Can i merge?

@MerlionRock
Copy link
Contributor Author

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
@MerlionRock
Copy link
Contributor Author

Can someone test and merge if good?

I need a PC user to test the manual captcha solving

@Jcolomar Jcolomar merged commit 83f1b80 into PokemonGoF:dev May 31, 2017
@Jcolomar
Copy link
Contributor

Merged #6050

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

Successfully merging this pull request may close these issues.

4 participants