Initial commit: Grok batch registration tool
- Multi-threaded account registration - Auto email verification via freemail API - Auto NSFW/Unhinged mode activation - Temporary email cleanup after registration
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# 环境配置
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 项目特定
|
||||
keys/
|
||||
.ace-tool/
|
||||
.claude/
|
||||
.playwright-mcp/
|
||||
|
||||
# 本地测试文件
|
||||
5线程运行TurnstileSolver.bat
|
||||
TurnstileSolver.bat
|
||||
api_solver.py
|
||||
browser_configs.py
|
||||
db_results.py
|
||||
Reference in New Issue
Block a user