- Install python
- Run
pip install -r requirements.txt
- Open your hosts file and route hcaptcha-solver.com to localhost
- Set
HCAPTCHA_SITEKEY
environment variable to your hcaptcha sitekey - Set
HCAPTCHA_SECRET
environment variable to your hcaptcha secret - Run
python server.py
in a separate terminal - Run
python collector.py
- Start solving captchas
- Fork it
- Create your branch (
git checkout -b my-change
) - Commit your changes (
git commit -m "changed something"
) - Push to the branch (
git push origin my-change
) - Create new pull request