Skip to main content

ProCap is a captcha solving service.

Project description

ProCap

ProCap is a captcha solving service that handle help you to bypass various type of captchas

Installation

pip install procap

⚠️ Requirements

  • Apikey : Join ProCap, to get api key

💡 Examples

  • 1 - Example (hCaptcha Solve)
from ProCap import ProCap
apikey = "" # Api key (required)
url = "" # Link to captcha (required)
sitekey = "" # Sitekey (required)
proxy = "" # Proxy (optional)
userAgent = "" # User agent (optional)
rqdata = "" # RQData (optional)
solver = ProCap(apikey)
captchaToken = solver.solve(url=url, sitekey=sitekey, proxy=proxy, userAgent=userAgent, rqdata=rqdata, type="hCaptchaTask")
print(f"Captcha token : {captchaToken}")
  • 2 - Example 2 (Create task for hCaptcha)
from ProCap import ProCap
apikey = "" # Api key (required)
url = "" # Link to captcha (required)
sitekey = "" # Sitekey (required)
proxy = "" # Proxy (optional)
userAgent = "" # User agent (optional)
rqdata = "" # RQData (optional)
solver = ProCap(apikey)
captchaTask = solver.createTask(url=url, sitekey=sitekey, proxy=proxy, userAgent=userAgent, rqdata=rqdata, type="hCaptchaTask")
captchaTask.id # Task id
captchaTask.time # Time taken
captchaTask.message # Message
captchaTask.success # Success [True or False]
captchaTask.token # Captcha Token (if solved)
captchaTask.challengeKey # Captcha challenge key
captchaTask.response # Get api json response
  • 3 - Example (Get Task Result)
from ProCap import ProCap
apikey = "" # Your api key
solver = ProCap(apikey)
id = "Challenge ID" 
captchaTask = solver.checkTask(id)
captchaTask.id # Task id
captchaTask.time # Time taken
captchaTask.message # Message
captchaTask.success # Success [True or False]
captchaTask.token # Captcha Token (if solved)
captchaTask.challengeKey # Captcha challenge key
captchaTask.response # Get api json response
  • 4 - Example (Get account information)
from ProCap import ProCap
apikey = "" # Api key (required)
solver = ProCap(apikey)
user = solver.get_balance()
user.balance # Get user balance
user.daily_limit # Get user daily limit
user.next_reset # Get user next credits reset
user.daily_used # Get user daily used
user.daily_remaining # Get user daily remaining
user.plan_expire # Get user plan expiration
user.response # Get api json response

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

procap-0.1.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

procap-0.1.2-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file procap-0.1.2.tar.gz.

File metadata

  • Download URL: procap-0.1.2.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.0

File hashes

Hashes for procap-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5923ff964f02e8174600a7d4f6c432bbfcb871754f7f8f5868cb3a869fe0f6da
MD5 7f920893f413e07963e933295862b897
BLAKE2b-256 06b0125eb768a77d1ddffab87df9452516b33457d640b34e9d4a41bf9f812f49

See more details on using hashes here.

File details

Details for the file procap-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: procap-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.0

File hashes

Hashes for procap-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0429c32747e939fc4792ab532a8fb3e35d8b0dc850cfabf7079be940db1b6213
MD5 a274c9f779c31ca24be46ea4a7873f17
BLAKE2b-256 4cdbf4512a7c6a4ef30d1e9348961be9c7bf521543e9ceead2afa3d5aadf9692

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page