-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
19 lines (15 loc) · 846 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To get question links:
1) put topic name and urls in topic_names.txt and topic_urls.txt similar to current format
2) run the main python function with argument : getquestionlinks
3) After this you will see question local links in questions.txt
-----------------------------------
To get all questions in answers.csv:
1) delete answers.csv because program needs to create it itself
2) questions_done.txt contains questions that data for them is stored so far.
if you wanna start all over again, delete content of this file.
3) run the main python function with argument : downloadquestions
--------------------
To restart eveything:
1) delete answers.csv because program needs to create it itself
2) questions_done.txt contains questions that data for them is stored so far.
if you wanna start all over again, delete content of this file.