Skip to content

发布初版

Latest

Choose a tag to compare

@aprpure aprpure released this 28 Feb 21:18
· 2 commits to main since this release
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.