Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/absadiki/rebotv2

A simple bot script in Python to automate solving reCAPTCHA v2 using audio recognition.
https://github.com/absadiki/rebotv2

pyautogui python recaptchav2 speech-recognition

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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](./preview/preview.gif "Preview")

Requirements
====
* [Python 3.7](https://www.python.org/downloads/release/python-370/)
* [PyAutoGUI](https://github.com/asweigart/pyautogui)
* [SpeechRecognition](https://github.com/Uberi/speech_recognition)
* [clipboard](https://github.com/terryyin/clipboard)
* [Pydub](http://pydub.com/)

Installation
===
```shell script
git clone https://github.com/AbdeladimSadiki/reBotv2
cd reBotv2
pip install -r requirements.txt
```
In case you are using Linux, "scrot" must be installed:
```shell script
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 :
```shell script
python bot.py
```
(See the [Preview](#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.