Нема описа

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

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