Contourner reCaptcha V2 avec NodeJS et Axios
Ce que vous allez apprendre
- Vous apprendrez à soumettre ce formulaire avec Recaptcha à l'aide d'un script NodeJS.
- Installer et importer les modules npm anticaptchaofficial et axios.
- Apprenez à écrire un script NodeJS qui résout Recaptcha V2 et soumet le formulaire.
Configurer NodeJS et un IDE.
Installer et importer les modules npm anticaptchaofficial et axios.
mkdir tutorial
cd tutorial
npm init -y
npm install @antiadmin/anticaptchaofficial axios