YouTube Video • My LinkedIn • My Website •
- Gets the audio file from recaptcha
- Sends it to OpenAI Model Speech to Text
- Sends the answer back to Google
- OpenAI api key
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/ncesar/puppeteer-recaptcha-whisper
# Go into the repository
$ cd puppeteer-recaptcha-whisper
# Install dependencies
$ npm install
# Run the app
$ npm start