|
| 1 | +# Cursor Pro 自动化工具 |
1 | 2 |
|
| 3 | +<div align="center"> |
2 | 4 |
|
3 |
| -# Cursor Pro 自动化工具使用说明 |
| 5 | +[](https://github.com/chengazhen/cursor-auto-free/releases/latest) |
| 6 | +[](https://github.com/chengazhen/cursor-auto-free/blob/master/LICENSE) |
| 7 | +[](https://github.com/chengazhen/cursor-auto-free/stargazers) |
4 | 8 |
|
5 |
| -## 功能介绍 |
| 9 | +[🌏 中文](#中文) | [🌟 English](#english) |
| 10 | +<p align="center"> |
| 11 | + <img src="./screen/logo.png" alt="Cursor Pro Logo" width="200"/> |
| 12 | +</p> |
| 13 | + |
| 14 | +</div> |
| 15 | + |
| 16 | +## 🔄 更新日志 |
| 17 | +<details> |
| 18 | +<summary>v0.0.6</summary> |
| 19 | +1. 修复了无法获取邮箱验证码的问题 |
| 20 | +2. 增加了机器ID重置功能 |
| 21 | +3. 增加了进度条显示 |
| 22 | +<p align="center"> |
| 23 | + <img src="./screen/run_2025-01-05_00-13-04.png" alt="ID" width="600"/> |
| 24 | + </p> |
| 25 | +</details> |
| 26 | + |
| 27 | +## 中文 |
| 28 | + |
| 29 | +## 🚀 功能介绍 |
6 | 30 | 自动注册账号,自动刷新本地token,解放双手。
|
7 | 31 |
|
8 |
| -## 下载地址 |
| 32 | +## ⬇️ 下载地址 |
9 | 33 | https://github.com/chengazhen/cursor-auto-free/releases
|
10 | 34 |
|
11 |
| -## 重要提示 |
12 |
| -**1.确保你有一个chrome浏览器;如果你没有;[下载地址](https://www.google.com/intl/en_pk/chrome/)** |
| 35 | +## ⚠️ 重要提示 |
| 36 | +1. **确保已安装 Chrome 浏览器** |
| 37 | + - 如果未安装,请从[官方网站下载](https://www.google.com/intl/en_pk/chrome/) |
13 | 38 |
|
14 |
| -**2.首先,你要自己已经登录过账号不管你的账号是不是有效,登录是必须的。** |
| 39 | +2. **必须先完成账号登录** |
| 40 | + - 不论账号是否有效,必须先完成登录步骤 |
15 | 41 |
|
16 |
| -**3.有一个稳定的网络连接。尽量是国外的节点。不要开启全局代理。一定不要开启全局代理。** |
| 42 | +3. **网络要求** |
| 43 | + - 需要稳定的网络连接 |
| 44 | + - 建议使用国外节点 |
| 45 | + - ⚠️ 切勿开启全局代理 |
17 | 46 |
|
| 47 | +## 🛠️ 构建使用 |
| 48 | +### Win / Mac / Linux 通用 |
18 | 49 |
|
19 |
| -## 运行方法 |
| 50 | +<p align="center"> |
| 51 | + <img src="./screen/build_2025-01-04_11-02-45.png" alt="构建步骤 1" width="400"/> |
| 52 | + <img src="./screen/build_2025-01-04_11-04-43.png" alt="构建步骤 2" width="600"/> |
| 53 | +</p> |
| 54 | + |
| 55 | +```bash |
| 56 | +# 根据您的操作系统选择以下任一方式构建: |
| 57 | +Windows: build.bat |
| 58 | +macOS: build.mac.command |
| 59 | +Linux: build.sh |
| 60 | +``` |
20 | 61 |
|
21 |
| -### Mac 版本 |
22 |
| -1. 打开终端,进入应用所在目录 |
23 |
| -2. 运行命令:授权文件可以执行 |
| 62 | +### .env文件中配置Chrome路径 |
| 63 | +```bash |
| 64 | +CHROME_PATH= |
| 65 | +``` |
| 66 | + |
| 67 | +## 📱 运行方法 |
| 68 | + |
| 69 | +### 更直觀的查看進度條 |
| 70 | +<p align="center"> |
| 71 | + <img src="./screen/run_2025-01-04_23-26-22.gif" alt="Run Step 1" width="600"/> |
| 72 | +</p> |
| 73 | +<details> |
| 74 | +<summary>進度條</summary> |
| 75 | +<p align="center"> |
| 76 | + <img src="./screen/run_2025-01-04_23-26-57.png" alt="Run Step 2" width="600"/> |
| 77 | + <img src="./screen/run_2025-01-04_23-28-29.png" alt="Run Step 3" width="600"/> |
| 78 | + <img src="./screen/run_2025-01-04_23-28-08.png" alt="Run Step 4" width="600"/> |
| 79 | + </p> |
| 80 | +</details> |
| 81 | + |
| 82 | + |
| 83 | +### macOS |
| 84 | +1. 打开终端,进入应用目录 |
| 85 | +2. 授权执行权限: |
24 | 86 | ```bash
|
25 | 87 | chmod +x ./CursorPro
|
26 | 88 | ```
|
27 | 89 | 3. 运行程序:
|
28 |
| - - 在终端中运行: |
29 | 90 | ```bash
|
30 | 91 | ./CursorPro
|
31 | 92 | ```
|
32 |
| - - 或直接在访达(Finder)中双击运行 |
33 |
| - |
34 |
| - |
35 |
| -提示:如果遇到下面的问题; [解决方案](https://sysin.org/blog/macos-if-crashes-when-opening/) |
36 |
| - |
| 93 | +或直接在访达(Finder)中双击运行 |
37 | 94 |
|
38 |
| - |
| 95 | +> 💡 如遇到启动问题,请参考[解决方案](https://sysin.org/blog/macos-if-crashes-when-opening/) |
39 | 96 |
|
| 97 | +<p align="center"> |
| 98 | + <img src="./screen/c29ea438-ee74-4ba1-bbf6-25e622cdfad5.png" alt="macOS 错误示例" width="350"/> |
| 99 | +</p> |
40 | 100 |
|
41 |
| - |
42 |
| -### Windows 版本 |
| 101 | +### Windows |
43 | 102 | 直接双击运行 `CursorPro.exe`
|
44 | 103 |
|
| 104 | +## ✅ 验证方法 |
| 105 | +运行脚本完成后,重启编辑器,确认账号信息与脚本输出日志一致: |
45 | 106 |
|
46 |
| -## 如何验证是否有效 |
47 |
| -**运行脚本完成之后,重启你的编辑器,你会看到下面图片的账号和你的脚本输出的日志账号一致就搞定了。** |
48 |
| - |
49 |
| - |
| 107 | +<p align="center"> |
| 108 | + <img src="./screen/截屏2025-01-04 09.44.48.png" alt="验证成功示例" width="350"/> |
| 109 | +</p> |
50 | 110 |
|
51 |
| -## 使用注意事项 |
| 111 | +## 📝 使用注意事项 |
52 | 112 |
|
53 |
| -1. 运行环境要求: |
| 113 | +1. **运行环境要求** |
54 | 114 | - 稳定的网络连接
|
55 | 115 | - 足够的系统权限
|
56 | 116 |
|
57 |
| -2. 使用过程中: |
| 117 | +2. **使用过程中** |
58 | 118 | - 请勿手动关闭浏览器窗口
|
59 |
| - - 等待程序自动完成所有操作 |
| 119 | + - 耐心等待程序自动完成操作 |
60 | 120 | - 看到"脚本执行完毕"提示后再关闭程序
|
61 | 121 |
|
62 |
| -## 常见问题解决 |
| 122 | +## ❓ 常见问题解决 |
63 | 123 |
|
64 |
| -1. 程序运行过程中卡住: |
| 124 | +1. **程序运行卡住** |
65 | 125 | - 检查网络连接
|
66 | 126 | - 重启程序重试
|
67 | 127 |
|
68 |
| - |
69 |
| -## 免责声明 |
| 128 | +## ⚖️ 免责声明 |
70 | 129 | 本工具仅供学习研究使用,请遵守相关服务条款。使用本工具产生的任何后果由使用者自行承担。
|
| 130 | +仓库核心源码来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱注册逻辑;解决了无法获取邮箱验证码的问题。 |
| 131 | + |
| 132 | +--- |
| 133 | + |
| 134 | +> 仓库源码来自开源;自行优化了验证和邮箱注册逻辑;解决了无法获取邮箱验证码的问题。 |
| 135 | +
|
| 136 | +--- |
| 137 | +## English |
| 138 | + |
| 139 | +## 🚀 Features |
| 140 | +Automatic account registration and local token refresh, hands-free operation. |
| 141 | + |
| 142 | +## ⬇️ Download |
| 143 | +https://github.com/chengazhen/cursor-auto-free/releases |
| 144 | + |
| 145 | +## ⚠️ Important Notes |
| 146 | +1. **Ensure Chrome Browser is Installed** |
| 147 | + - If not installed, download from [Official Website](https://www.google.com/intl/en_pk/chrome/) |
| 148 | + |
| 149 | +2. **Account Login Required** |
| 150 | + - Must complete login first, regardless of account validity |
| 151 | + |
| 152 | +3. **Network Requirements** |
| 153 | + - Stable internet connection required |
| 154 | + - International network node recommended |
| 155 | + - ⚠️ Do not enable global proxy |
| 156 | + |
| 157 | +## 🛠️ Build Instructions |
| 158 | +### For Win / Mac / Linux |
| 159 | + |
| 160 | +<p align="center"> |
| 161 | + |
| 162 | + <img src="./screen/build_2025-01-04_11-02-45.png" alt="Build Step 1" width="400"/> |
| 163 | + <img src="./screen/build_2025-01-04_11-04-43.png" alt="Build Step 2" width="600"/> |
| 164 | +</p> |
| 165 | + |
| 166 | +```bash |
| 167 | +# Choose the appropriate build method for your OS: |
| 168 | +Windows: build.bat |
| 169 | +macOS: build.mac.command |
| 170 | +Linux: build.sh |
| 171 | +``` |
| 172 | + |
| 173 | +### .env file configuration |
| 174 | +```bash |
| 175 | +CHROME_PATH= |
| 176 | +``` |
| 177 | + |
| 178 | +## 📱 Running Instructions |
| 179 | + |
| 180 | +### Show Progress Bar |
| 181 | +<p align="center"> |
| 182 | + <img src="./screen/run_2025-01-04_23-26-22.gif" alt="Run Step 1" width="600"/> |
| 183 | +</p> |
| 184 | +<details> |
| 185 | +<summary>Progress</summary> |
| 186 | +<p align="center"> |
| 187 | + <img src="./screen/run_2025-01-04_23-26-57.png" alt="Run Step 2" width="600"/> |
| 188 | + <img src="./screen/run_2025-01-04_23-28-29.png" alt="Run Step 3" width="600"/> |
| 189 | + <img src="./screen/run_2025-01-04_23-28-08.png" alt="Run Step 4" width="600"/> |
| 190 | + </p> |
| 191 | +</details> |
| 192 | + |
| 193 | +### macOS |
| 194 | +1. Open terminal and navigate to application directory |
| 195 | +2. Grant execution permissions: |
| 196 | +```bash |
| 197 | +chmod +x ./CursorPro |
| 198 | +``` |
| 199 | +3. Run the program: |
| 200 | +```bash |
| 201 | +./CursorPro |
| 202 | +``` |
| 203 | +Or double-click in Finder to run |
| 204 | + |
| 205 | +> 💡 If you encounter startup issues, check the [Solution Guide](https://sysin.org/blog/macos-if-crashes-when-opening/) |
| 206 | +
|
| 207 | +<p align="center"> |
| 208 | + <img src="./screen/c29ea438-ee74-4ba1-bbf6-25e622cdfad5.png" alt="macOS Error Example" width="350"/> |
| 209 | +</p> |
| 210 | + |
| 211 | +### Windows |
| 212 | +Double-click `CursorPro.exe` to run |
| 213 | + |
| 214 | +## ✅ Verification |
| 215 | +After running the script, restart your editor and verify that the account information matches the script output log: |
| 216 | + |
| 217 | +<p align="center"> |
| 218 | + <img src="./screen/截屏2025-01-04 09.44.48.png" alt="Verification Success Example" width="350"/> |
| 219 | +</p> |
| 220 | + |
| 221 | +## 📝 Usage Notes |
| 222 | + |
| 223 | +1. **System Requirements** |
| 224 | + - Stable network connection |
| 225 | + - Sufficient system permissions |
| 226 | + |
| 227 | +2. **During Operation** |
| 228 | + - Do not manually close browser windows |
| 229 | + - Wait patiently for automatic completion |
| 230 | + - Close program only after seeing "Script Execution Complete" |
| 231 | + |
| 232 | +## ❓ Troubleshooting |
| 233 | + |
| 234 | +1. **Program Freezes** |
| 235 | + - Check network connection |
| 236 | + - Restart the program |
| 237 | + |
| 238 | +## ⚖️ Disclaimer |
| 239 | +This tool is for learning and research purposes only. Please comply with relevant terms of service. Users assume all responsibility for any consequences of using this tool. |
| 240 | +Git Core Source Code: [gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);Optimized verification and email registration logic; solved the problem of not being able to retrieve email verification codes. |
71 | 241 |
|
| 242 | +--- |
72 | 243 |
|
73 |
| -仓库核心源码来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱注册逻辑;解决了无法获取邮箱验证码的问题。 |
| 244 | +> Repository source code is open-source; verification and email registration logic optimized; fixed email verification code retrieval issues. |
0 commit comments