{"data":{"slug":"mikeyy-nonocaptcha","name":"nonoCAPTCHA","tagline":"An async Python library to automate solving ReCAPTCHA v2 using audio","github_url":"https://github.com/mikeyy/nonoCAPTCHA","owner":"mikeyy","repo":"nonoCAPTCHA","owner_avatar_url":"https://avatars.githubusercontent.com/u/73133?v=4","primary_language":"Python","stars":894,"forks":187,"topics":["asyncio","python","recaptcha","speech-to-text"],"archived":false,"github_pushed_at":"2023-06-08T14:21:52+00:00","maintenance_label":"Dormant","url":"https://www.graphcanon.com/tools/mikeyy-nonocaptcha","markdown_url":"https://www.graphcanon.com/tools/mikeyy-nonocaptcha.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/mikeyy-nonocaptcha","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=mikeyy-nonocaptcha","description":"An asynchronized Python library to automate solving ReCAPTCHA v2 using audio","homepage_url":null,"license":"GPL-3.0","open_issues":28,"watchers":36,"ai_summary":"A Python library for automating the solution of ReCAPTCHA v2 through speech-to-text API services, supporting multiple platforms.","readme_excerpt":".. image:: https://travis-ci.org/mikeyy/nonoCAPTCHA.svg?branch=master\n    :target: https://travis-ci.org/mikeyy/nonoCAPTCHA\n.. image:: https://img.shields.io/pypi/v/nonocaptcha.svg\n    :alt: PyPI\n    :target: https://pypi.org/project/nonocaptcha/\n.. image:: https://img.shields.io/pypi/pyversions/nonocaptcha.svg\n    :alt: PyPI - Python Version\n    :target: https://pypi.org/project/nonocaptcha/\n.. image:: https://img.shields.io/pypi/l/nonocaptcha.svg\n    :alt: PyPI - License   \n    :target: https://pypi.org/project/nonocaptcha/\n.. image:: https://img.shields.io/pypi/status/nonocaptcha.svg\n    :alt: PyPI - Status\n    :target: https://pypi.org/project/nonocaptcha/\n\nnonoCAPTCHA\n===========\n\nAn async Python library to automate solving ReCAPTCHA v2 by audio using\nMozilla's DeepSpeech, PocketSphinx, Microsoft Azure’s, and Amazon's Transcribe \nSpeech-to-Text API. Built with Pyppeteer for Chrome automation framework\nand similarities to Puppeteer, PyDub for easily converting MP3 files into WAV, \naiohttp for async minimalistic web-server, and Python’s built-in AsyncIO\nfor convenience.\n\nDisclaimer\n----------\n\nThis project is for educational and research purposes only. Any actions\nand/or activities related to the material contained on this GitHub\nRepository is solely your responsibility. The misuse of the information\nin this GitHub Repository can result in criminal charges brought against\nthe persons in question. The author will not be held responsible in the\nevent any criminal charges be brought against any individuals misusing\nthe information in this GitHub Repository to break the law.\n\nPublic\n------\n\nThis script was first featured on Reddit at\n`/r/Python <https://reddit.com/r/Python>`__ - `see\nhere <https://www.reddit.com/r/Python/comments/8oqp7v/hey_i_made_a_google_recaptcha_solver_bot_too/>`__\nfor the thread. I’ve finally decided to release the script.\n\nPreview\n-------\n\nCheck out 1-minute presentation of the script in action, with only\n8 threads!\n\n.. figure:: https://github.com/mikeyy/nonoCAPTCHA/blob/presentation/presentation.gif\n   :alt: nonoCAPTCHA preview\n\nCompatibility\n-------------\n\nLinux, macOS, and Windows!\n\nRequirements\n------------\n\nPython\n`3.6.0 <https://www.python.org/downloads/release/python-360/>`__ -\n`3.7.0 <https://www.python.org/downloads/release/python-370/>`__,\n`FFmpeg <https://ffmpeg.org/download.html>`__, a `Microsoft\nAzure <https://portal.azure.com/>`__ account for Bing Speech API access, an\nAmazon Web Services account for Transcribe and S3 access, and for Pocketsphinx\nyou'll need pulseaudio, swig, libasound2-dev, and libpulse-dev under Ubuntu.\n\nInstallation\n------------\n\n.. code:: shell\n\n   $ pip install nonocaptcha\n\nConfiguration\n-------------\n\nPlease edit nonocaptcha.example.yaml and save as nonocaptcha.yaml\n\nUsage\n-----\n\nIf you want to use it in your own script\n\n.. code:: python\n\n   import asyncio\n   from nonocaptcha.solver import Solver\n\n   pageurl = \"https://www.google.com/recaptcha/api2/demo\"\n   sitekey = \"6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-\"\n\n   proxy = \"127.0.0.1:1000\"\n   auth_details = {\n        \"username\": \"user\",\n        \"password\": \"pass\"\n   }\n   args = [\"--timeout 5\"]\n   options = {\"ignoreHTTPSErrors\": True, \"args\": args}\n   client = Solver(\n        pageurl,\n        sitekey,\n        options=options,\n        proxy=proxy,\n        proxy_auth=auth_details,\n   )\n\n   solution = asyncio.get_event_loop().run_until_complete(client.start())\n   if solution:\n        print(solution)\n\nDonations\n---------\n\nThe use of proxies are required for my continuous updates and fixes on\nnonoCAPTCHA. Any donations would be a great help in allowing me to purchase \nthese proxies, that are clearly expensive. If anyone is willing to share\ntheir proxies, I wouldn't hesitate to accept the offer.\n\nBitcoin: 1BfWQWAZBsSKCNQZgsq2vwaKxYvkrhb14u","github_created_at":"2018-06-14T08:03:23+00:00","created_at":"2026-07-11T12:21:27.242068+00:00","updated_at":"2026-07-31T00:00:39.09026+00:00","categories":[{"slug":"developer-tools","name":"Developer Tools","url":"https://www.graphcanon.com/categories/developer-tools","markdown_url":"https://www.graphcanon.com/categories/developer-tools.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/developer-tools"},{"slug":"speech-audio","name":"Speech & Audio","url":"https://www.graphcanon.com/categories/speech-audio","markdown_url":"https://www.graphcanon.com/categories/speech-audio.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/speech-audio"}],"tags":[{"slug":"asyncio","name":"asyncio"},{"slug":"python","name":"python"},{"slug":"recaptcha","name":"recaptcha"},{"slug":"speech-to-text","name":"speech-to-text"}],"trust":{"provenance":{"is_fork":false,"github_id":137326189,"owner_type":"User","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-07-31T00:00:37.658Z","maintenance":{"label":"Dormant","score":18,"methodology":"github_public_v1","releases_90d":0,"days_since_push":1148,"last_release_at":null},"security_summary":{"status":"findings","scanner":"osv@v1","low_count":159,"high_count":0,"last_scan_at":"2026-07-11T12:21:29.117Z","medium_count":0,"scan_profile":"deps","critical_count":0}},"capability_facts":{"scan":{"source":"repo_scan","observed_at":"2026-07-31T00:00:38.583Z"},"deploy":{"source":"dockerfile:Dockerfile","self_host":true,"observed_at":"2026-07-31T00:00:38.583Z","managed_saas":false},"languages":{"value":["python"],"source":"github.language","observed_at":"2026-07-31T00:00:38.583Z"},"has_docker":{"value":true,"source":"dockerfile:Dockerfile","observed_at":"2026-07-31T00:00:38.583Z"},"license_spdx":{"value":"GPL-3.0","source":"github.license","observed_at":"2026-07-31T00:00:38.583Z"}},"decision_facts":{"hosting":null,"pricing":null,"requirements":null,"constraints":null,"when_to_use":["When developing for educational or research purposes needing to bypass ReCAPTCHA v2 protections","On projects requiring audio and automation capabilities across Linux, macOS, and Windows"],"when_not_to_use":["In production systems where the use of such tools may be deemed as a security infringement","When dealing with more secure CAPTCHA versions unsupported by this library"],"source":"enrich:decision_facts","observed_at":"2026-07-17T02:16:09.421Z"},"constraint_facets":null,"decision_summary":[{"label":"Adopt for","value":"nonoCAPTCHA is an async Python library that automates the solving of ReCAPTCHA v2 using audio via multiple speech-to-text APIs"},{"label":"License detail","value":"GPL-3.0 allows free use and modification but requires derivative works to also adhere to GPL terms."}]}}