Logo
Explore Help
Register Sign In
oadmin/macm1new
1
0
Fork 0
You've already forked macm1new
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
7dc3af0798423d9c472ec00f0ed4e6e2ee46f03e
macm1new/run_cursor.bat

11 lines
294 B
Batchfile
Raw Normal View History

Add initial implementation of Cursor Pro Keep Alive tool - Created .gitignore to exclude unnecessary files. - Added config.ini for account configuration. - Implemented cursor_auth_manager.py for managing authentication. - Developed cursor_pro_keep_alive.py for automated account management. - Included CursorKeepAlive.spec for packaging. - Added gpt-accesstoken.py for obtaining ChatGPT access tokens. - Created README.md with usage instructions. - Updated requirements.txt with necessary dependencies. - Added run_cursor.bat for script execution. - Implemented update_cursor_auth.py for updating authentication details. - Included turnstilePatch for handling CAPTCHA challenges. - Added logging functionality in log.txt for tracking script execution. - Created dist folder with packaged executable and necessary files.
2024-12-28 15:14:40 +08:00
@echo off
:: 设置控制台代码页为 UTF-8
chcp 65001
:: 设置 Python 环境变量为 UTF-8
set PYTHONIOENCODING=utf-8
echo [%date% %time%] 开始执行脚本 >> log.txt
cd /d "%~dp0"
python cursor_pro_keep_alive.py >> log.txt 2>&1
echo [%date% %time%] 脚本执行完成 >> log.txt
pause
Reference in New Issue Copy Permalink
Powered by Gitea Version: 24.7.0 Page: 105ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API