This is used to crawl data from Quora based on the Quora topic specified by the user
pip install beautifulsoup4
pip install requests
python crawler.py
- This program gets user input a quora topic as user input and crawls quora.com .
- If the specified topic exists it crawls the questions related to the topic from the topics page.
- Then it retrieves the hyperlinks of those questions and crawls the answers to those questions with the number of upvotes for the answers.
- Finally it writes all the crawled data into a file.