juzeon / poe-openai-proxy

A wrapper that lets you use the reverse-engineered Python library poe-api library as if it was the OpenAI API for ChatGPT. You can connect your favorite OpenAI API based apps to this proxy and enjoy the ChatGPT API for free!
GNU General Public License v3.0
425 stars 98 forks source link

[PULL REQUEST-ish] Auto-generate Poe-tokens #7

Open pyccino opened 1 year ago

pyccino commented 1 year ago

Hey I like this project and It's exactly what i was searcing. Recentlly an other project base on Poe-api created a class that auto creates poe accounts https://github.com/daijro/SearchifyX/blob/main/flashcardgpt.py And I think this could be easily integrated into your code and make it even more useful

juzeon commented 1 year ago

poe-api does not offer a reverse-engineered interface for registration and login. Some people are using a headless browser to implement these functionalities, but I am looking for a more elegant solution. Pull requests are welcome!