Discover and explore top open-source AI tools and projects—updated daily.
zc-zhangchenAutomated multi-platform account registration and management system
New!
Top 26.4% on SourcePulse
Summary
This project addresses the challenge of automating account registration across multiple online platforms. It offers a flexible, plugin-based system with a web UI, designed for users who need to manage and automate account creation, particularly for research or testing purposes. The key benefit is a streamlined, extensible solution that integrates essential components like email services and CAPTCHA solving.
How It Works
The system employs a plugin architecture to support diverse platforms such as Trae.ai, Cursor, Kiro, and Grok. It supports multiple execution modes, including protocol-based, headless, and headed browser automation. Core features include integration with various email providers and CAPTCHA services, notably a local Turnstile Solver powered by Camoufox. It also incorporates proxy pool management with automatic polling and failure detection, alongside real-time logging delivered via Server-Sent Events (SSE).
Quick Start & Requirements
conda create -n any-auto-register python=3.12 -yconda activate any-auto-registerpip install -r requirements.txtpython -m playwright install chromium, python -m camoufox fetchcd frontend && npm install && npm run build && cd ..Dockerfile and docker-compose.yml are provided for a self-contained deployment. Run with docker compose up -d --build. Access the UI at http://localhost:8000.Highlighted Details
Maintenance & Community
This project is a secondary development based on lxf746/any-auto-register. The README does not provide information on specific maintainers, community channels (like Discord/Slack), sponsorships, or a public roadmap.
Licensing & Compatibility
Limitations & Caveats
The project is strictly limited to non-commercial, learning, and research purposes. Success rates for specific platforms, like Kiro, are highly dependent on the chosen email service; the project's built-in temporary email service shows a 0% success rate for Kiro, while self-hosted options achieve 100%. External plugin Git repository URLs are hardcoded and may require manual updates. Docker deployment primarily focuses on the core application and local solver, with less direct support for launching external host-dependent plugins within the container.
1 day ago
Inactive