설명 없음

cheng zhen abc60df75c feat:增加工作流 1 년 전
github abc60df75c feat:增加工作流 1 년 전
test 1757e5ed2f Add browser management and email verification functionality 1 년 전
turnstilePatch d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool 1 년 전
.gitignore 85c83a9d62 Implement build system for Cursor Pro with platform-specific packaging 1 년 전
CursorKeepAlive.spec 7dc3af0798 feat: 优化打包 1 년 전
README.md 8c9c0a4dff doc: readme 1 년 전
browser_utils.py bd45b1f1a6 feat: 设置无头浏览器 1 년 전
build.py 7dc3af0798 feat: 优化打包 1 년 전
config.ini 1757e5ed2f Add browser management and email verification functionality 1 년 전
config.ini.example 7dc3af0798 feat: 优化打包 1 년 전
cursor_auth_manager.py b72085e5dd refactor: remove redundant print statements in cursor_auth_manager.py and cursor_pro_keep_alive.py 1 년 전
cursor_pro_keep_alive.py b72085e5dd refactor: remove redundant print statements in cursor_auth_manager.py and cursor_pro_keep_alive.py 1 년 전
get_veri_code.py 1757e5ed2f Add browser management and email verification functionality 1 년 전
gpt-accesstoken.py d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool 1 년 전
requirements.txt d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool 1 년 전
update_cursor_auth.py d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool 1 년 전

README.md

Cursor Pro 自动化工具使用说明

功能介绍

本工具可以自动化完成 Cursor Pro 账号的删除和重新注册流程,支持自动验证码处理和本地认证更新。

使用前准备

  1. 配置文件设置 在与应用相同目录下创建 config.ini 文件:

    [Account]
    email = your_email@tempmail.plus    # 必须使用 tempmail.plus 的邮箱
    password = your_password            # 设置登录密码
    first_name = your_first_name        # 英文名
    last_name = your_last_name          # 英文姓
    
  2. 确保文件结构:

    应用目录/
    ├── CursorPro.app (Mac) 或 CursorPro.exe (Windows)
    ├── config.ini
    └── turnstilePatch/    # 验证插件目录
    

运行方法

Mac 版本

  1. 打开终端,进入应用所在目录
  2. 运行命令:授权文件可以执行

    chmod +x ./CursorPro
    
  3. 运行程序:

    • 在终端中运行:

      ./CursorPro
      
    • 或直接在访达(Finder)中双击运行

Windows 版本

直接双击运行 CursorPro.exe

使用注意事项

  1. 运行环境要求:

    • 稳定的网络连接
    • 足够的系统权限
  2. 使用过程中:

    • 请勿手动关闭浏览器窗口
    • 等待程序自动完成所有操作
    • 看到"脚本执行完毕"提示后再关闭程序
  3. 重要提示:

    • 确保 config.ini 配置正确
    • 邮箱必须是 tempmail.plus 的临时邮箱
    • 运行过程中请勿操作鼠标和键盘

常见问题解决

  1. 提示"配置文件不存在":

    • 检查 config.ini 是否在正确位置
    • 确保配置文件格式正确
  2. 验证码获取失败:

    • 检查网络连接
    • 确认使用了正确的临时邮箱
  3. 程序无响应:

    • 检查网络连接
    • 重启程序重试

免责声明

本工具仅供学习研究使用,请遵守相关服务条款。使用本工具产生的任何后果由使用者自行承担。