Brak opisu

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

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