rawandahmad698 / PyChatGPT

⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking, proxy support and more.
MIT License
4.22k stars 447 forks source link

I've made a working one #134

Open 3281448091 opened 1 year ago

3281448091 commented 1 year ago

https://github.com/LanLan69/easyChatGPT

sajjadGG commented 1 year ago

put a init file in classes folder and in the main.py instead of .classes use classes

aaronteamAAR commented 1 year ago

https://github.com/LanLan69/easyChatGPT

it does'nt let you use chatgpt from the terminal

aetherwu commented 1 year ago

It dose work but it lanuches a browser evey time you run it...

aaronteamAAR commented 1 year ago

It dose work but it lanuches a browser evey time you run it...

Yes that's the issue, please is there a way I can maintain a live communication?

v1s1t0r999 commented 1 year ago

It dose work but it lanuches a browser evey time you run it...

Yes that's the issue, please is there a way I can maintain a live communication?

There's an argument --headless (or smth iirc). It doesn't launch any browser. The argument is for selenium btw.

Edit: It's there in this easyChatGPT too, pass the headless = True argument like:

chat = ChatClient(email, password, headless=True)