To get question links:
- put topic name and urls in topic_names.txt and topic_urls.txt similar to current format
- run the main python function with argument : getquestionlinks
- After this you will see question local links in questions.txt
To get all questions in answers.csv:
- delete answers.csv because program needs to create it itself
- 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.
- run the main python function with argument : downloadquestions
To restart eveything:
- delete answers.csv because program needs to create it itself
- 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.