/reBotv2

A simple bot script in Python to automate solving reCAPTCHA v2 using audio recognition.

Primary LanguagePython

reBotv2

A simple Python bot to solve reCAPTHCA v2 by audio using Google Speech recognition API. Built with PyAutoGUI and SpeechRecognition python frameworks.

Disclaimer

This project is for research purposes only. Any actions and/or activities related to the material contained within this repository is solely your responsability.

Preview

alt Preview

Requirements

Installation

git clone https://github.com/AbdeladimSadiki/reBotv2
cd reBotv2
pip install -r requirements.txt 

In case you are using Linux, "scrot" must be installed:

sudo apt-get install scrot

Usage

  • First open the page where the reCAPTCHA v2 that you want to solve on Chrome.
  • Open a terminal and navigate to the bot folder.
  • Run the command :
python bot.py

(See the Preview section)

Compatibility

The script is tested on:

  • Ubuntu 19.10
  • Chrome Version 83.0.4103.106

But it should work on other platforms as well.