暫無描述

chendeben 4aefab8e76 修改项目说明文件 1 年之前
.github 3653b406f8 test 1 年之前
screen 21df984b5c Update README.md to include sponsorship motivation and add a new image; add image file for sponsorship section 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 4aefab8e76 修改项目说明文件 1 年之前
README.VI.md 4aefab8e76 修改项目说明文件 1 年之前
README.md 4aefab8e76 修改项目说明文件 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 3205df5128 chendeben 1 年之前
cursor_auth_manager.py 23c097a9ef feat: 支持linux; 支持配置代理 1 年之前
cursor_pro_keep_alive.py 3205df5128 chendeben 1 年之前
exit_cursor.py 2bc566aa26 feat: 增加退出cursor 1 年之前
get_email_code.py 3205df5128 chendeben 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 0c52882a9e feat: 重置机器id; 增加提示删除备份 1 年之前

README.EN.md

Cursor Pro Automation Tool User Guide

Features

Automatic account registration, automatic token refresh, hands-free operation.

Download

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

Important Notes

  1. Please ensure Chrome browser is installed. If not, click here to download
  2. Account login is required, regardless of whether the account is valid or not
  3. Stable network connection is needed, preferably using foreign servers. Do not enable global proxy

Configuration Instructions

No configuration is required to use directly. Download the .env.example file to the program's root directory and rename it to .env.

Running Instructions

Platform-specific Instructions

Environment Variables Configuration

You can configure the following options in the .env file:

# Optional Configuration
HEADLESS=true       # Enable headless mode (default: false)
PROXY='http://127.0.0.1:7890'  # Proxy server address (optional)

This project is modified from gpt-cursor-auto, with changes to the email retrieval part. It now has a built-in email system API, eliminating the need for email configuration, and automatically uses temporary email to receive verification codes.

Update Log

  • 2025-01-09: Added logs and auto-build feature.
  • 2025-01-10: Optimized email configuration.
  • 2025-01-11: Added headless mode and proxy configuration through .env file.
  • 2025-01-12: Removed email configuration requirements.

Inspired by gpt-cursor-auto.