Skip to content

enemyers/captcha-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python version: 3.12.+

Prepare environment:

1. Activate environment:

In the root of the project type:

  • Windows: (testing with git bash)

python -m venv .venv

source .venv/Scripts/activate

Install via terminal:

winget install "FFmpeg (Essentials Build)"

Install DLL on /Windows/System32/

https://www.dllme.com/dll/files/libomp140_x86_64/00637fe34a6043031c9ae4c6cf0a891d


  • Linux:

Install via terminal:

sudo apt install python3.12-venv xvfb ffmpeg (Ubuntu 22.04+)

python3 -m venv .venv

source .venv/bin/activate


  • macOS (homebrew)

Install via terminal:

brew install ffmpeg

python3 -m venv .venv

source .venv/bin/activate

2. Install pip dependencies:

pip install -r requirements.txt

if error with modules reinstall these packages:

pip install -r selenium Flask easyocr PocketSphinx PyPasser

pip packages:


To run project:

python main.py


Links to test endpoints:

GET: http://localhost:5300/placa/{patente} EXAMPLE: AUH628

GET: http://localhost:5300/papeleta/{patente} EXAMPLE: AUH628

About

captcha-selenium with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages