Home

Awesome

UPDATE:

30 March 2023: Quora Poe has updated their mail filter, so the auto login feature by Guerrilla Mail as temporary email service is not working anymore. I will try to find another temporary email service to replace it.

Quora Poe

This is a tool to call the Quora Poe API through GraphQL. It is a work in progress, and currently supports the following:

Demo's

CLI

<p> <img alt="CLI demo" src="./demos/demo-converstation-cli.gif"> </p>

Client module (after login)

<p> <img alt="Client Demo after login" src="./demos/demo-client-auto-after-login.gif"> </p>

Client module (before login)

<p> <img alt="Client Demo before login" src="./demos/demo-client-auto-before-login.gif"> </p>

Client module (auto re-login after session expires)

<p> <img alt="Client Demo re-login after session expires" src="./demos/demo-client-auto-re-login.gif"> </p>

Requirements

Installation

npm install

Usage

Module

Please see file ./src/client_auto.ts or ./src/client_manual.ts for example. Or you can try to run the following command:

node ./dist/client_auto.js

CLI

npm run cli

If you don't want stream responses, you can change the stream_response variable in the config.json file to false.

TODO List

Notes

Contributing

To contribute to this repo, fork it first, then create a new branch, and create a pull request.

Disclaimer

This tool is not affiliated with Quora in any way. I am not responsible for any misuse of this tool. Don't sue me.

Also, please don't use auto login feature to spam the bot, like creating a lot of accounts for any purpose. I don't want this temporary email service to be banned.

License

Apache 2.0