Sen descrición

chengchongzhen c404d0de31 refactor: replace fixed sleep duration with dynamic wait time in sign_up_account function for improved user experience hai 1 ano
.github 076c9c8f19 feat:增加工作流 hai 1 ano
server e8bc3e08f8 feat: 增加加密 hai 1 ano
test 1757e5ed2f Add browser management and email verification functionality hai 1 ano
turnstilePatch d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool hai 1 ano
.gitignore 72a37b9c2b feat: 添加许可证密钥管理功能,更新许可证激活逻辑,支持环境变量配置,增加Docker支持 hai 1 ano
CursorKeepAlive.spec 7dc3af0798 feat: 优化打包 hai 1 ano
README.md 861f8d51f2 doc hai 1 ano
browser_utils.py 331ebe035a fix: enable headless mode in BrowserManager for production environment hai 1 ano
build.py 7dc3af0798 feat: 优化打包 hai 1 ano
client_decrypt.py e8bc3e08f8 feat: 增加加密 hai 1 ano
cursor_auth_manager.py b72085e5dd refactor: remove redundant print statements in cursor_auth_manager.py and cursor_pro_keep_alive.py hai 1 ano
cursor_pro_keep_alive.py c404d0de31 refactor: replace fixed sleep duration with dynamic wait time in sign_up_account function for improved user experience hai 1 ano
get_veri_code.py 04563462e4 refactor: streamline cookie retrieval and enhance error handling in account management scripts hai 1 ano
gpt-accesstoken.py d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool hai 1 ano
license_manager.py e8bc3e08f8 feat: 增加加密 hai 1 ano
requirements.txt de33ff1e2e chore: update requirements.txt to include pycryptodome for enhanced encryption support hai 1 ano
update_cursor_auth.py d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool hai 1 ano

README.md

Cursor Pro 自动化工具使用说明

功能介绍

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

重要提示

1.确保你有一个chrome浏览器;

2.随机邮箱尽量自己命名,比如你的名字叫彭于晏,那你的邮箱名就是 pengyuyan@mailto.plus,如果你感觉很多人跟你同名,那你就加点字母

3.有一个稳定的网络连接。尽量是国外的节点。

使用前准备

  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. 程序运行过程中卡住:

    • 检查网络连接
    • 重启程序重试
    • 你的邮箱可能是一个无效邮箱

免责声明

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