Discover and explore top open-source AI tools and projects—updated daily.
Python scripts for ChatGPT access and Cursor Pro utility
Top 69.9% on SourcePulse
This repository provides Python scripts to automate obtaining ChatGPT access tokens and maintaining Cursor Pro subscriptions. It targets users of ChatGPT and Cursor Pro who seek to streamline authentication and subscription renewal processes.
How It Works
The project utilizes Python scripts to interact with authentication mechanisms for ChatGPT and Cursor Pro. The gpt-accesstoken.py
script aims to acquire ChatGPT access tokens, while cursor_pro_keep_alive.py
handles the automatic renewal of Cursor Pro subscriptions. Recent updates introduce automated token acquisition, eliminating manual login, and leverage Microsoft alias emails with config.txt
and mail_api.py
for authentication, requiring specific client IDs and refresh tokens.
Quick Start & Requirements
pip install -r requirements.txt
.config.txt
with Microsoft alias email credentials (client_id, refresh_token).Highlighted Details
Maintenance & Community
No specific community channels or notable contributors are mentioned in the README.
Licensing & Compatibility
The repository does not specify a license.
Limitations & Caveats
The project's reliance on specific authentication flows for ChatGPT and Cursor Pro may be subject to change by the respective services, potentially breaking the scripts. The README notes that the "Crazy Cursor" tool in distributions is not directly related to this repository's code.
6 months ago
Inactive