Skip to content

Builds a dataset of hCaptcha images, prompts and solutions

License

Notifications You must be signed in to change notification settings

RadonCoding/hcaptcha-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  1. Install python
  2. Run pip install -r requirements.txt

Usage

  1. Open your hosts file and route hcaptcha-solver.com to localhost
  2. Set HCAPTCHA_SITEKEY environment variable to your hcaptcha sitekey
  3. Set HCAPTCHA_SECRET environment variable to your hcaptcha secret
  4. Run python server.py in a separate terminal
  5. Run python collector.py
  6. Start solving captchas

Contributing

  1. Fork it
  2. Create your branch (git checkout -b my-change)
  3. Commit your changes (git commit -m "changed something")
  4. Push to the branch (git push origin my-change)
  5. Create new pull request

About

Builds a dataset of hCaptcha images, prompts and solutions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published