Skip to content

Releases: aprpure/Solver

Release list

发布初版

Choose a tag to compare

@aprpure aprpure released this 28 Feb 21:18
feat: Implement Turnstile Solver API with browser automation

- Added README.md for project documentation.
- Created api_solver.py to handle Turnstile CAPTCHA solving using Quart and Playwright.
- Implemented browser configuration management in browser_configs.py.
- Introduced in-memory database for result storage in db_results.py.
- Added requirements.txt for project dependencies including Quart, Playwright, and others.