Skip to main content

A basic python 2captcha.com module

Project description

Welcome to basicpy2captcha python module👋

Version

A basic python 2captcha.com module

Install

pip install basicpy2captcha

Usage

import base64
import basicpy2captcha


py2c = captcha.py2c("YOUR_2CAPTCHA_API_KEY")

#Text Image:
with open("captcha.png", "rb") as f:
    img_b64 = base64.b64encode(f.read())

solved = py2c.solveCaptcha(img_b64)
print(solved)


#ReCaptcha:
key = py2c.get_sitekey(driver) #driver - selenium webbrowser object
token = solveReCaptcha(key,driver.current_url)
if token:
  driver.execute_script(
      "document.getElementById('g-recaptcha-response').innerHTML='{}';".format(token)
  )


#getBalance:
balance = py2c.getBalance()
print(balance)

#report Correct resolve:
py2c.reportCorrect()

#report Incorrect resolve:
py2c.reportIncorrect()

Show your support

Give a ⭐️ if this project helped you!

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

basicpy2captcha-1.0.2.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

basicpy2captcha-1.0.2-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file basicpy2captcha-1.0.2.tar.gz.

File metadata

  • Download URL: basicpy2captcha-1.0.2.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for basicpy2captcha-1.0.2.tar.gz
Algorithm Hash digest
SHA256 fe65bd3237b62a998605ec7d67ced16a3d4af053da5cf808a97cbf99aabdab20
MD5 fc81365c6853a3b8a8d1cc4ccc1493b8
BLAKE2b-256 9a40d2619c81b30ab6cc0412caccaf80ec977bcb7e93d7e07af73fa5845fd739

See more details on using hashes here.

File details

Details for the file basicpy2captcha-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: basicpy2captcha-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for basicpy2captcha-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 95ed2578ff6f21d38e070cd8f8293e9b7d6070731c2ae43b990f818676e3f4ce
MD5 0bd66ed290dda46bd957556adfd9b681
BLAKE2b-256 c96e6a7cf29754a3575598e4f72f4cc8af20fcf941b95444ab5974041f95f7ad

See more details on using hashes here.

Supported by

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