Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT without browser with pure Python

No Selenium or another testing tools. Pure Python.

Now performs login, handles captcha, sends message and prints ChatGPT answer.

Getting Started

Create the account for ChatGPT (login by email and password).

Installing

$ git clone https://github.com/akdev-tech/python-chatgpt.git
$ cd python-chatgpt
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Running

$ python3 main.py -u <email> -p <password> -m "<message>"

To run in debug mode add the -vvv flag.

Known issues

  • Occasional uncatched errors

Future plans

  1. Make a module package
  2. Automatic solving captchas
  3. Consider ChatGPT rate-limits

About

ChatGPT without browser emulation

Topics

Resources

Stars

13 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages