| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
HCaptcha Resolver
Clone this repo:
git clone https://github.com/Python3WebSpider/HCaptchaResolver.git
Then go to https://yescaptcha.com/i/CnZPBu and register your account, then get a clientKey from portal.
Then create a .env file in root of this repo, and write this content:
CAPTCHA_RESOLVER_API_KEY=<Your Client Key>
Next, you need to install packages:
pip3 install -r requirements.txt
At last, run demo:
python3 main.py
Result:
| Back | FazBrowse Home | New Git URL |