claabs / epicgames-freegames-node

Automatically login and find available free games the Epic Games Store. Sends you a prepopulated checkout link so you can complete the checkout after logging in. Supports multiple accounts, login sessions, and scheduled runs.
https://hub.docker.com/r/charlocharlie/epicgames-freegames
MIT License
1.38k stars 93 forks source link

AntiCaptcha integration #301

Closed rix1337 closed 1 year ago

rix1337 commented 1 year ago

I have used the chrome addon from anti-captcha.com to great success in other automation projects using the python version of puppeteer.

Maybe adding their addon optionally will help with hcaptcha. It is able to detect and automatically solve these captchas.

All you need to do is install the addon and set a valid API key in the addon.

Having done this in docker for chrome I can provide working python code on how to achieve this.

claabs commented 1 year ago

I won't implement captcha solvers for various reasons:

See the following for more details: #36 #46 #106 #231 #244 #291