Нет описания

cheng zhen e70239a005 Update .env.example and README files to include headless mode and proxy configuration details 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 e70239a005 Update .env.example and README files to include headless mode and proxy configuration details 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 e70239a005 Update .env.example and README files to include headless mode and proxy configuration details 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 35dcc88bf0 feat: add check for .env file existence in config.py to ensure proper loading 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.