Žiadny popis

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

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