Ingen beskrivning

Journey 3c03e6894a Merge pull request #50 from wqjuser/main 1 år sedan
.github 5a08842c87 chore: 修改 workflow 1 år sedan
screen 6a3c1da21b docs: 添加mac指导 1 år sedan
test 1757e5ed2f Add browser management and email verification functionality 1 år sedan
turnstilePatch d48b1a9d6d Add initial implementation of Cursor Pro Keep Alive tool 1 år sedan
.env.example 331b55516b feat: 增加自定义域名的支持 1 år sedan
.gitignore 331b55516b feat: 增加自定义域名的支持 1 år sedan
CursorKeepAlive.spec 62d2bae945 chore: 增加 x86 版本 1 år sedan
README.EN.md a74922510f Create README.EN.md 1 år sedan
README.VI.md 69ceefabc1 Create README.VI.md 1 år sedan
README.md f9c01b6933 Update README.md 1 år sedan
browser_utils.py 5ba4d9cbca feat: 开启无头浏览器 1 år sedan
build.bat 38e1cdaae5 feat: 增加构建脚本 1 år sedan
build.mac.command 38e1cdaae5 feat: 增加构建脚本 1 år sedan
build.py 331b55516b feat: 增加自定义域名的支持 1 år sedan
build.sh 38e1cdaae5 feat: 增加构建脚本 1 år sedan
config.py 35dcc88bf0 feat: add check for .env file existence in config.py to ensure proper loading 1 år sedan
cursor_auth_manager.py 98b06e6d2f feat: 自动登录逻辑 1 år sedan
cursor_pro_keep_alive.py 4c2121b3d3 feat(cursor_pro_keep_alive): 生成随机用户名 1 år sedan
exit_cursor.py 2bc566aa26 feat: 增加退出cursor 1 år sedan
get_email_code.py 331b55516b feat: 增加自定义域名的支持 1 år sedan
logger.py fde9114b27 feat: enhance logger functionality with initialization info and code formatting improvements 1 år sedan
logo.py 6bffc66b75 feat: logo 调整 1 år sedan
requirements.txt 331b55516b feat: 增加自定义域名的支持 1 år sedan
reset_machine.py 29acac661a feat: add file permission check and conditional backup creation in reset_machine.py 1 år sedan

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.