mapluisch / ChatGPT-without-login

Scripts in various languages to use ChatGPT without login, registration, or API access.
MIT License
28 stars 4 forks source link

any plan to extend for a login account #3

Closed thangckt closed 2 weeks ago

thangckt commented 2 weeks ago

hi @mapluisch

Do you have any plan to extend this work that allow to login via cookies (for example)?

Thank.

mapluisch commented 2 weeks ago

Hey @thangckt,

That's a nice idea I haven't thought about yet - I will look into it. Thanks for your suggestion!

thangckt commented 2 weeks ago

@mapluisch hope to see that :), someone already do it, but the code is looked cumbersome and may not efficient. You may have idea to make it simpler.

I am facing the problem that playwright may not work with Jupyter in Windows, as discussed here Someone propose solution, but it looks complicated. Do you have any simple idea for that?

Thank.

mapluisch commented 2 weeks ago

Sorry, I'm using macOS myself so I can't really tell you anything about that. I could boot up my Windows VM and see if I can replicate the playwright-related error.

Just added a new -st token flag based on your suggestion, feel free to check it out 😊 Will close this issue for now and potentially re-open if I get around to checking out the Jupyter stuff on my VM.