EasyChatGPT
An unofficial yet elegant interface of the ChatGPT API using browser automation that bypasses cloudflare detection and recaptchas.
Install / Use
/learn @3281448091/EasyChatGPTREADME
EasyChatGPT
An unofficial yet elegant interface of the ChatGPT API using browser automation that bypasses cloudflare detection and recaptchas.
Features
- [x] Bypass Cloudflare's anti-bot protection using
undetected_chromedriver - [x] Complementary and fast Audio Recaptcha solver using the
pypasserlibrary.
Installation
You must install ffmpeg and ffprobe on your machine before running.
Install On Windows
Install On Linux
Install On MacOS
Install the official easyChatGPT package
pip install easychatgpt
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
OPENAI_EMAIL
OPENAI_PASSWORD
Copy the .env file and put in your openai email and password
cp .env.example .env
Usage / Demo
Simple Usage
from easychatgpt import ChatClient
import os
from dotenv import load_dotenv
load_dotenv()
OPENAI_EMAIL = os.getenv("OPENAI_EMAIL")
OPENAI_PASSWORD = os.getenv("OPENAI_PASSWORD")
chat = ChatClient(OPENAI_EMAIL,OPENAI_PASSWORD)
answer = chat.interact("Introduce your self")
print(answer)
Acknowledgement
Related Skills
node-connect
341.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
84.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
341.6kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
