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

Commit faf5a45

Browse files
authored
Update README.md
1 parent debd971 commit faf5a45

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quora Poe
22

3-
- later documentation
3+
- Since it
44

55
## Installation
66

@@ -18,10 +18,14 @@ To start, run:
1818
npm start
1919
```
2020

21-
## Dependencies
21+
## Requirements
2222

23-
My App has the following dependencies:
23+
To use this API, you will need to have the following cookies:
24+
- 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.
25+
- 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.
26+
Note: Next plan is to semi automate this things
2427

28+
## Dependencies
2529
- @apollo/client
2630
- @apollo/server
2731
- chalk
@@ -36,4 +40,4 @@ My App has the following dependencies:
3640

3741
## Contributing
3842

39-
To contribute to this repo, please create a pull request.
43+
To contribute to this repo, fork first and create a pull request.

0 commit comments

Comments
 (0)