Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/absadiki/rebotv2
- Owner: absadiki
- Created: 2020-06-23T00:19:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T22:06:06.000Z (almost 4 years ago)
- Last Synced: 2024-12-17T16:09:32.242Z (17 days ago)
- Topics: pyautogui, python, recaptchav2, speech-recognition
- Language: Python
- Homepage:
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.106But it should work on other platforms as well.