Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yvictor/recapcha_solver
https://github.com/yvictor/recapcha_solver
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yvictor/recapcha_solver
- Owner: Yvictor
- Created: 2024-10-30T08:04:21.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T05:07:55.000Z (3 months ago)
- Last Synced: 2024-12-25T02:28:08.960Z (24 days ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recapcha_solver
## Requirements
- uv
- ffmpeg
- playwright## Install
- install uv
- install ffmpeg
- install playwright
```
uv tool install playwright
playwright install
```