You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Quora Poe
2
2
3
-
-later documentation
3
+
-Since it
4
4
5
5
## Installation
6
6
@@ -18,10 +18,14 @@ To start, run:
18
18
npm start
19
19
```
20
20
21
-
## Dependencies
21
+
## Requirements
22
22
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
24
27
28
+
## Dependencies
25
29
-@apollo/client
26
30
-@apollo/server
27
31
- chalk
@@ -36,4 +40,4 @@ My App has the following dependencies:
36
40
37
41
## Contributing
38
42
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