Keine Beschreibung

chendeben f32def3b11 分离重置机器码和注册流程 vor 1 Jahr
.github 3653b406f8 test vor 1 Jahr
screen 21df984b5c Update README.md to include sponsorship motivation and add a new image; add image file for sponsorship section vor 1 Jahr
test 1757e5ed2f Add browser management and email verification functionality vor 1 Jahr
turnstilePatch d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool vor 1 Jahr
.env.example 15ffc5e07a Refactor configuration loading and logging in config.py; update .env.example formatting vor 1 Jahr
.gitignore 331b55516b feat: 增加自定义域名的支持 vor 1 Jahr
CursorKeepAlive.spec 62d2bae945 chore: 增加 x86 版本 vor 1 Jahr
README.EN.md 8d521f9b7b 更新readme vor 1 Jahr
README.VI.md 8d521f9b7b 更新readme vor 1 Jahr
README.md 8d521f9b7b 更新readme vor 1 Jahr
browser_utils.py 23c097a9ef feat: 支持linux; 支持配置代理 vor 1 Jahr
build.bat 38e1cdaae5 feat: 增加构建脚本 vor 1 Jahr
build.mac.command 38e1cdaae5 feat: 增加构建脚本 vor 1 Jahr
build.py 23c097a9ef feat: 支持linux; 支持配置代理 vor 1 Jahr
build.sh 38e1cdaae5 feat: 增加构建脚本 vor 1 Jahr
config.py 3205df5128 chendeben vor 1 Jahr
cursor_auth_manager.py 23c097a9ef feat: 支持linux; 支持配置代理 vor 1 Jahr
cursor_pro_keep_alive.py f32def3b11 分离重置机器码和注册流程 vor 1 Jahr
exit_cursor.py d4bece30f9 优化验证码获取逻辑 vor 1 Jahr
get_email_code.py f32def3b11 分离重置机器码和注册流程 vor 1 Jahr
logger.py fde9114b27 feat: enhance logger functionality with initialization info and code formatting improvements vor 1 Jahr
logo.py 6bffc66b75 feat: logo 调整 vor 1 Jahr
requirements.txt 331b55516b feat: 增加自定义域名的支持 vor 1 Jahr
reset_machine.py 0c52882a9e feat: 重置机器id; 增加提示删除备份 vor 1 Jahr

README.EN.md

Cursor Pro Automation Tool User Guide

README also available in: 中文, Tiếng Việt

Features

Automatic account registration, automatic token refresh, hands-free operation.

Download

https://github.com/chendeben/cursor-auto-free/releases

Important Notes

  1. Please ensure Chrome browser is installed. If not, click here to download
  2. Account login is required, regardless of whether the account is valid or not
  3. Stable network connection is needed, preferably using foreign servers. Do not enable global proxy

How to Run

Mac Version

  1. Open terminal and navigate to the application directory
  2. Run command to make the file executable:

    chmod +x ./CursorPro
    
  3. Run the program:

    • In terminal:

      ./CursorPro
      
    • Or double-click in Finder

Note: If you encounter the following issue; Solution

image

Windows Version

Simply double-click CursorPro.exe to run

How to Verify if it Works

After running the script, restart your editor. You'll know it's working when the account shown in the image below matches the account in your script's output log. image

This project is modified from gpt-cursor-auto. The email retrieval part has been modified with a built-in email system API, eliminating the need for email configuration and automatically using temporary emails for verification codes.

Update Log

  • 2025-01-21: Removed configuration requirement