Back to browse
GitHub Repository

Drive ChatGPT and Gemini from Python — no API keys, no billing, just the free web UI.

11 starsPython

Hermex – Drive ChatGPT and Gemini from Python via the Free Web UI

by pseudo-usama·Jun 9, 2026·2 points·0 comments

AI Analysis

MidShip It

Browser automation wrapper for free ChatGPT access when official APIs already exist.

Strengths
  • Persistent Chrome profile means you only log in once per session
  • Undetected-chromedriver avoids basic bot detection for automated queries
  • PyPI package with Python 3.11+ support and straightforward API
Weaknesses
  • Fragile approach: breaks when OpenAI or Google changes their web UI
  • Violates ToS and official API wrappers like openai-python are more reliable
Target Audience

Python developers wanting free LLM access without API billing

Similar To

openai-python · google-generativeai · browser automation wrappers

Similar Projects

Developer Tools●●Solid

Claude Code for Mobile GUI Automation

Splitting planner (Claude/Codex) from an orchestrator/skill layer that handles retries, rollback and stateful sessions is the project's best idea — it directly targets the brittleness of long LLM GUI workflows. The repo gives practical bits (CLI, install script, direct coordinate tap mode and unified JSON outputs), but it's early and niche: useful if you're building LLM-controlled phone automation, less interesting for general automation folks.

Big BrainNiche Gem
UgOrange
103mo ago
Productivity●●Solid

Desktop Agent Center – Local AI Automation via Hotkeys

Global hotkey to AI with zero API costs, but just wraps existing web UIs.

Solve My ProblemNiche Gem
Tint6666
111mo ago

Aegis Sentinel – Self-healing infra engine using ML

Isolation Forest + a Recovery Engine that can manage Docker containers is the clearest, worthwhile idea here; structured JSON logs and pytest hints at attention to auditability and QA. The repo, however, reads like an ambitious prototype — few commits, placeholder clone URLs, and README rhetoric (EB-2 NIW mentions) outpaces the visible implementation — promising, but still early and derivative in a crowded auto-heal space.

Bold BetShip It
PkLavc
213mo ago
Open Source●●Solid

DoScript – Automation language with English-like syntax

DoScript trades shell terseness for English-like primitives (make folder, for_each file_in ...) plus safety features like a global --dry-run, typed errors (try/catch NetworkError) and rich file-loop metadata — handy for ad-hoc backups and file-sorting. The inclusion of a node-based visual IDE and a tiny installer suggests someone pushed this beyond a toy CLI, but the overall idea sits in a crowded space (PowerShell, Node-RED, AutoHotkey) so its appeal will be strongest for users who value human-readable syntax and a simple GUI.

Niche GemShip It
server-lab
203mo ago