Skip to main content

An unofficial yet elegant interface of the ChatGPT API using browser automation that bypasses cloudflare detection and recaptchas.

Project description

EasyChatGPT

An unofficial yet elegant interface of the ChatGPT API using browser automation that bypasses cloudflare detection and recaptchas.

Install

pip install easychatgpt

Features

  • Bypass Cloudflare's anti-bot protection using undetected_chromedriver
  • Audio Recaptcha solver

Usage

Copy the .env file and put in your openai email and password

cp .env.example .env

Simple Usuage

from easychatgpt.chatgpt import ChatClient
import os

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)

TODOS

  1. Headless Support
  2. Session login
  3. Rapid Deploys

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easychatgpt-0.0.2.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

easychatgpt-0.0.2-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page