|
|
1 rok temu | |
|---|---|---|
| .github | 1 rok temu | |
| screen | 1 rok temu | |
| test | 1 rok temu | |
| turnstilePatch | 1 rok temu | |
| .env.example | 1 rok temu | |
| .gitignore | 1 rok temu | |
| CursorKeepAlive.spec | 1 rok temu | |
| README.EN.md | 1 rok temu | |
| README.VI.md | 1 rok temu | |
| README.md | 1 rok temu | |
| browser_utils.py | 1 rok temu | |
| build.bat | 1 rok temu | |
| build.mac.command | 1 rok temu | |
| build.py | 1 rok temu | |
| build.sh | 1 rok temu | |
| config.py | 1 rok temu | |
| cursor_auth_manager.py | 1 rok temu | |
| cursor_pro_keep_alive.py | 1 rok temu | |
| exit_cursor.py | 1 rok temu | |
| get_email_code.py | 1 rok temu | |
| logger.py | 1 rok temu | |
| logo.py | 1 rok temu | |
| requirements.txt | 1 rok temu | |
| reset_machine.py | 1 rok temu |
Automatic account registration, automatic token refresh, hands-free operation.
https://github.com/chendeben/cursor-auto-free/releases
No configuration is required to use directly.
Download the .env.example file to the program's root directory and rename it to .env.
You can configure the following options in the .env file:
# Optional Configuration
HEADLESS=true # Enable headless mode (default: false)
PROXY='http://127.0.0.1:7890' # Proxy server address (optional)
This project is modified from gpt-cursor-auto, with changes to the email retrieval part. It now has a built-in email system API, eliminating the need for email configuration, and automatically uses temporary email to receive verification codes.
Inspired by gpt-cursor-auto.