A package that allows to solve reCaptcha v2 with selenium.
<br>
<h3>Simple Example:</h3>
<pre><code>
from selenium import webdriver
from selenium_recaptcha import Recaptcha_Solver
driver = webdriver.Chrome()
driver.get('https://www.google.com/recaptcha/api2/demo')
solver = Recaptcha_Solver(
driver=driver, # Your Web Driver
ffmpeg_path='<PATH TO FFMPEG>', # Optional. If does not exists, it will automatically download.
log=1 # If you want to view the progress.
)
solver.solve_recaptcha()
</code></pre>
Raw data
{
"_id": null,
"home_page": "",
"name": "selenium-recaptcha",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,reCaptcha,bot,selenium,selenium recaptcha solver",
"author": "S M Shahriar Zarir",
"author_email": "<shahriarzariradvance@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f1/c1/4817329924e5fcbb8970f24fb94b7b4701aa1e02bd238a93b617b15fe00d/selenium-recaptcha-1.0.7.tar.gz",
"platform": null,
"description": "\r\nA package that allows to solve reCaptcha v2 with selenium.\r\n<br>\r\n<h3>Simple Example:</h3>\r\n<pre><code>\r\nfrom selenium import webdriver\r\nfrom selenium_recaptcha import Recaptcha_Solver\r\n\r\ndriver = webdriver.Chrome()\r\ndriver.get('https://www.google.com/recaptcha/api2/demo')\r\n\r\nsolver = Recaptcha_Solver(\r\n driver=driver, # Your Web Driver\r\n ffmpeg_path='<PATH TO FFMPEG>', # Optional. If does not exists, it will automatically download.\r\n log=1 # If you want to view the progress.\r\n)\r\nsolver.solve_recaptcha()\r\n\r\n</code></pre>\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "reCaptcha v2 solver for selenium",
"version": "1.0.7",
"project_urls": null,
"split_keywords": [
"python",
"recaptcha",
"bot",
"selenium",
"selenium recaptcha solver"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2b3e6422442a32d7758047d110b5604195fdec36ab771d7964daec1923ecf78b",
"md5": "6f741a20ebc55b0491a43bf26039d99d",
"sha256": "e978dddd38eca49510d9418f901628d586ce2d158afc7cbd5fabf654ec6b5e51"
},
"downloads": -1,
"filename": "selenium_recaptcha-1.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6f741a20ebc55b0491a43bf26039d99d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3676,
"upload_time": "2023-12-14T11:42:58",
"upload_time_iso_8601": "2023-12-14T11:42:58.261346Z",
"url": "https://files.pythonhosted.org/packages/2b/3e/6422442a32d7758047d110b5604195fdec36ab771d7964daec1923ecf78b/selenium_recaptcha-1.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1c14817329924e5fcbb8970f24fb94b7b4701aa1e02bd238a93b617b15fe00d",
"md5": "e1deab58c2c0d2d7ad9192dd33168945",
"sha256": "a9b07db5af8b17870fb3b47504d88c81581d4f62cd268a401acf404076c61bec"
},
"downloads": -1,
"filename": "selenium-recaptcha-1.0.7.tar.gz",
"has_sig": false,
"md5_digest": "e1deab58c2c0d2d7ad9192dd33168945",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3176,
"upload_time": "2023-12-14T11:42:59",
"upload_time_iso_8601": "2023-12-14T11:42:59.648755Z",
"url": "https://files.pythonhosted.org/packages/f1/c1/4817329924e5fcbb8970f24fb94b7b4701aa1e02bd238a93b617b15fe00d/selenium-recaptcha-1.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-14 11:42:59",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "selenium-recaptcha"
}