Nessuna descrizione

Journey 2d6efc87cc Merge pull request #56 from decker502/feature/support-linux-and-proxy 1 anno fa
.github 5a08842c87 chore: 修改 workflow 1 anno fa
screen 6a3c1da21b docs: 添加mac指导 1 anno fa
test 1757e5ed2f Add browser management and email verification functionality 1 anno fa
turnstilePatch d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool 1 anno fa
.env.example 23c097a9ef feat: 支持linux; 支持配置代理 1 anno fa
.gitignore 331b55516b feat: 增加自定义域名的支持 1 anno fa
CursorKeepAlive.spec 62d2bae945 chore: 增加 x86 版本 1 anno fa
README.EN.md a74922510f Create README.EN.md 1 anno fa
README.VI.md 69ceefabc1 Create README.VI.md 1 anno fa
README.md f9c01b6933 Update README.md 1 anno fa
browser_utils.py 23c097a9ef feat: 支持linux; 支持配置代理 1 anno fa
build.bat 38e1cdaae5 feat: 增加构建脚本 1 anno fa
build.mac.command 38e1cdaae5 feat: 增加构建脚本 1 anno fa
build.py 23c097a9ef feat: 支持linux; 支持配置代理 1 anno fa
build.sh 38e1cdaae5 feat: 增加构建脚本 1 anno fa
config.py 35dcc88bf0 feat: add check for .env file existence in config.py to ensure proper loading 1 anno fa
cursor_auth_manager.py 23c097a9ef feat: 支持linux; 支持配置代理 1 anno fa
cursor_pro_keep_alive.py 4c2121b3d3 feat(cursor_pro_keep_alive): 生成随机用户名 1 anno fa
exit_cursor.py 2bc566aa26 feat: 增加退出cursor 1 anno fa
get_email_code.py 331b55516b feat: 增加自定义域名的支持 1 anno fa
logger.py fde9114b27 feat: enhance logger functionality with initialization info and code formatting improvements 1 anno fa
logo.py 6bffc66b75 feat: logo 调整 1 anno fa
requirements.txt 331b55516b feat: 增加自定义域名的支持 1 anno fa
reset_machine.py 23c097a9ef feat: 支持linux; 支持配置代理 1 anno fa

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.

Some source code is from gpt-cursor-auto.