暫無描述

cheng zhen 38e1cdaae5 feat: 增加构建脚本 1 年之前
.github 62d2bae945 chore: 增加 x86 版本 1 年之前
screen 6a3c1da21b docs: 添加mac指导 1 年之前
test 1757e5ed2f Add browser management and email verification functionality 1 年之前
turnstilePatch d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool 1 年之前
.gitignore 72a37b9c2b feat: 添加许可证密钥管理功能,更新许可证激活逻辑,支持环境变量配置,增加Docker支持 1 年之前
CursorKeepAlive.spec 62d2bae945 chore: 增加 x86 版本 1 年之前
README.md 7779e9fb2c docs: update README to remove manual browser close warning and add changelog entry for logging feature 1 年之前
browser_utils.py 331ebe035a fix: enable headless mode in BrowserManager for production environment 1 年之前
build.bat 38e1cdaae5 feat: 增加构建脚本 1 年之前
build.mac.command 38e1cdaae5 feat: 增加构建脚本 1 年之前
build.py 38e1cdaae5 feat: 增加构建脚本 1 年之前
build.sh 38e1cdaae5 feat: 增加构建脚本 1 年之前
cursor_auth_manager.py 98b06e6d2f feat: 自动登录逻辑 1 年之前
cursor_pro_keep_alive.py 2bc566aa26 feat: 增加退出cursor 1 年之前
exit_cursor.py 2bc566aa26 feat: 增加退出cursor 1 年之前
get_email_code.py 86352bd2e2 chore: 整理代码 1 年之前
logger.py 2bc566aa26 feat: 增加退出cursor 1 年之前
logo.py 6bffc66b75 feat: logo 调整 1 年之前
requirements.txt 3b0e7a2f0e chore: clean up requirements.txt by removing unused dependencies 1 年之前

README.md

Cursor Pro 自动化工具使用说明

功能介绍

自动注册账号,自动刷新本地token,解放双手。

下载地址

https://github.com/chengazhen/cursor-auto-free/releases

重要提示

1.确保你有一个chrome浏览器;如果你没有;下载地址

2.首先,你要自己已经登录过账号不管你的账号是不是有效,登录是必须的。

3.有一个稳定的网络连接。尽量是国外的节点。不要开启全局代理。一定不要开启全局代理。

运行方法

Mac 版本

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

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

    • 在终端中运行:

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

提示:如果遇到下面的问题; 解决方案

image

Windows 版本

直接双击运行 CursorPro.exe

如何验证是否有效

运行脚本完成之后,重启你的编辑器,你会看到下面图片的账号和你的脚本输出的日志账号一致就搞定了。 image

使用注意事项

  1. 运行环境要求:

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

    • 等待程序自动完成所有操作
    • 看到"脚本执行完毕"提示后再关闭程序

常见问题解决

  1. 程序运行过程中卡住:
    • 检查网络连接
    • 重启程序重试

免责声明

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

更新日志

2025-01-09 增加了 log 日志,方便调试

仓库核心源码来自gpt-cursor-auto;自行优化了验证和邮箱注册逻辑;解决了无法获取邮箱验证码的问题。