Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muharamdani authored Mar 3, 2023
1 parent debd971 commit faf5a45
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quora Poe

- later documentation
- Since it

## Installation

Expand All @@ -18,10 +18,14 @@ To start, run:
npm start
```

## Dependencies
## Requirements

My App has the following dependencies:
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.
Note: Next plan is to semi automate this things

## Dependencies
- @apollo/client
- @apollo/server
- chalk
Expand All @@ -36,4 +40,4 @@ My App has the following dependencies:

## Contributing

To contribute to this repo, please create a pull request.
To contribute to this repo, fork first and create a pull request.

0 comments on commit faf5a45

Please sign in to comment.