بدون توضیح

chengchongzhen fa313d699a Refactor configuration validation in config.py by introducing check_config and check_is_valid methods for improved clarity and maintainability 1 سال پیش
.github 5a08842c87 chore: 修改 workflow 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 سال پیش
.env.example 15ffc5e07a Refactor configuration loading and logging in config.py; update .env.example formatting 1 سال پیش
.gitignore 331b55516b feat: 增加自定义域名的支持 1 سال پیش
CursorKeepAlive.spec 62d2bae945 chore: 增加 x86 版本 1 سال پیش
README.EN.md e70239a005 Update .env.example and README files to include headless mode and proxy configuration details 1 سال پیش
README.VI.md e70239a005 Update .env.example and README files to include headless mode and proxy configuration details 1 سال پیش
README.md 7a14f62b88 Update README.md 1 سال پیش
browser_utils.py 23c097a9ef feat: 支持linux; 支持配置代理 1 سال پیش
build.bat 38e1cdaae5 feat: 增加构建脚本 1 سال پیش
build.mac.command 38e1cdaae5 feat: 增加构建脚本 1 سال پیش
build.py 23c097a9ef feat: 支持linux; 支持配置代理 1 سال پیش
build.sh 38e1cdaae5 feat: 增加构建脚本 1 سال پیش
config.py fa313d699a Refactor configuration validation in config.py by introducing check_config and check_is_valid methods for improved clarity and maintainability 1 سال پیش
cursor_auth_manager.py 23c097a9ef feat: 支持linux; 支持配置代理 1 سال پیش
cursor_pro_keep_alive.py 4c2121b3d3 feat(cursor_pro_keep_alive): 生成随机用户名 1 سال پیش
exit_cursor.py 2bc566aa26 feat: 增加退出cursor 1 سال پیش
get_email_code.py 331b55516b feat: 增加自定义域名的支持 1 سال پیش
logger.py fde9114b27 feat: enhance logger functionality with initialization info and code formatting improvements 1 سال پیش
logo.py 6bffc66b75 feat: logo 调整 1 سال پیش
requirements.txt 331b55516b feat: 增加自定义域名的支持 1 سال پیش
reset_machine.py 23c097a9ef feat: 支持linux; 支持配置代理 1 سال پیش

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 temp-mail.plus email. Search for instructions if needed.
  • Forward Cloudflare emails to temp-mail.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 prefix (no suffix needed)

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.

Some source code is from gpt-cursor-auto.