This is a reverse-engineered API for Quora's Poe that allows access to the following chatbots:
- Sage - OpenAI (capybara)
- GPT-4 - OpenAI (beaver)
- Claude+ - Anthropic (a2_2)
- Claude - Anthropic (a2)
- ChatGPT - OpenAI (chinchilla)
- Dragonfly - OpenAI (nutria)
To use this API, you will need to have the following cookies:
- Quora-Formkey: This is obtained by logging in to Quora.com, viewing the page source, and finding the "formkey" dictionary key. Use its value in the Quora-Formkey field.
- Cookie: 'm-b=xxxx' - This is the value of the cookie with the key m-b, which is present in the list of cookies used on Quora.com, you can simply inspect cookies in Chrome to get it.
You can find an example of how to use this API in the example.py file.
This repository is for educational and research purposes only, and the use of this API for any other purpose is at your own risk. We are not responsible for any actions taken by users of this API.
requests.