Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 477 Bytes

Hcaptcha-Collector

Hcapcha image collector for artificial intelligence

Key Features

  • Quick image collection
  • Proxy support (http)

Quick Example

import hcollector, requests

s = requests.session()
# s.proxies.update({"http": "proxy", "https": "proxy"}) # Proxies are recommended for bulk collection due to restrictions on requests

hcollector.HcaptchaCollector(s, 5).collect("site key", "url")  # Ex. '4c672d35-0701-42b2-88c3-78380b0db560', 'discord.com'