Sem descrição

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

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