Cursor无限续杯(cursor-free-vip的下载与使用)
cursor-free-vip是一个开源项目,能够解决cursor一些常见的限制。
(1)手动运行
Github下载: https://github.com/yeongpin/cursor-free-vip
下载到本地后 打开/进入项目文件
运行
pip install -r requirements.txt
接着运行项目
python main.py
结果为
输入对应的序号即可进行对应的操作:
例如cursor 显示 You've reached your trial request limit. / Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse.
即可输入序号1 可实现继续免费(在运行脚本之前,确保cursor为关闭状态!!)
(2)脚本自动化运行
1、Windows
打开管理员终端PowerShell
输入
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex
2、Linux/macOS
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.sh -o install.sh && chmod +x install.sh && ./install.sh