No Description

chengchongzhen 464f152df9 doc: 更新文档 1 year ago
.github 5a08842c87 chore: 修改 workflow 1 year ago
screen 21df984b5c Update README.md to include sponsorship motivation and add a new image; add image file for sponsorship section 1 year ago
test 1757e5ed2f Add browser management and email verification functionality 1 year ago
turnstilePatch d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool 1 year ago
.env.example 15ffc5e07a Refactor configuration loading and logging in config.py; update .env.example formatting 1 year ago
.gitignore 331b55516b feat: 增加自定义域名的支持 1 year ago
CursorKeepAlive.spec 62d2bae945 chore: 增加 x86 版本 1 year ago
README.EN.md 464f152df9 doc: 更新文档 1 year ago
README.VI.md 464f152df9 doc: 更新文档 1 year ago
README.md 464f152df9 doc: 更新文档 1 year ago
browser_utils.py 23c097a9ef feat: 支持linux; 支持配置代理 1 year ago
build.bat 38e1cdaae5 feat: 增加构建脚本 1 year ago
build.mac.command 38e1cdaae5 feat: 增加构建脚本 1 year ago
build.py 23c097a9ef feat: 支持linux; 支持配置代理 1 year ago
build.sh 38e1cdaae5 feat: 增加构建脚本 1 year ago
config.py 3d8cfc433d perf: 优化获取邮箱验证码的逻辑,代码来源 @frozenblackflame 1 year ago
cursor_auth_manager.py 23c097a9ef feat: 支持linux; 支持配置代理 1 year ago
cursor_pro_keep_alive.py 3d8cfc433d perf: 优化获取邮箱验证码的逻辑,代码来源 @frozenblackflame 1 year ago
exit_cursor.py 2bc566aa26 feat: 增加退出cursor 1 year ago
get_email_code.py 3d8cfc433d perf: 优化获取邮箱验证码的逻辑,代码来源 @frozenblackflame 1 year ago
logger.py fde9114b27 feat: enhance logger functionality with initialization info and code formatting improvements 1 year ago
logo.py 6bffc66b75 feat: logo 调整 1 year ago
requirements.txt 331b55516b feat: 增加自定义域名的支持 1 year ago
reset_machine.py 0c52882a9e feat: 重置机器id; 增加提示删除备份 1 year ago

README.EN.md

Cursor Pro Automation Tool User Guide

Note

Recently, some users have sold this software on platforms like Xianyu. Please avoid such practices—there’s no need to earn money this way.

License

This project is licensed under CC BY-NC-ND 4.0.
This means you may:

  • Share — Copy and redistribute the material in any medium or format.
    But you must comply with the following conditions:
  • Non-commercial — You may not use the material for commercial purposes.

Features

Automated account registration and token refreshing to free your hands.

Download Link

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

Important Notes

  1. Ensure you have Chrome installed. If not, download here.
  2. You must log into your account, regardless of its validity. Logged-in is mandatory.
  3. A stable internet connection is required, preferably via an overseas node. Do not enable global proxy.

Configuration Instructions

  • Use a Cloudflare domain email. Search for instructions if needed.
  • (Very Important) Use tempmail.plus email. Search for instructions if needed.
  • Forward Cloudflare emails to tempmail.plus.
  • Download the .env.example file to the program's root directory and rename it to .env.

Example .env file:

DOMAIN='xxxxx.me'    # Your email domain (search for Cloudflare email usage)
TEMP_MAIL='xxxxxx'   # Temporary email, the target position you set in Cloudflare, using https://tempmail.plus/zh/#!

Example:

DOMAIN='wozhangsan.me'
TEMP_MAIL='ccxxxxcxx'

The program will randomly generate emails with the @wozhangsan.me suffix.

How to Run the Program

Mac

  1. Open Terminal and navigate to the application directory.
  2. Grant execution permission:

    chmod +x ./CursorPro
    
  3. Run the program:

    • In Terminal:

      ./CursorPro
      
    • Or double-click the file in Finder.

If errors occur, refer to solutions.

Windows

Double-click CursorPro.exe.

How to Verify

After running the script, restart your editor. If the displayed account matches the log, it worked successfully.

Usage Notes

  1. Requirements:

    • Stable internet connection.
    • Sufficient system permissions.
  2. During use:

    • Wait for the program to complete all operations.
    • Close the program only after seeing the "script completed" message.

Common Issues

  1. Program freezes:
    • Check your internet connection.
    • Restart the program.

Disclaimer

This tool is for educational and research purposes only. Users bear full responsibility for any consequences. Commercial use is strictly prohibited. Violations of the license terms may result in legal action.

Update Log

  • 2025-01-09: Added logs and auto-build feature.
  • 2025-01-10: Switched to Cloudflare domain email.
  • 2025-01-11: Added headless mode and proxy configuration through .env file.

Inspired by gpt-cursor-auto.