Skip to content

roy-sukrit/Quora_Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quora-Scrapper 🔥

This Project Scrapes all the answers from a given profile and stores it in a CSV File.

Steps to Run

Install

npm install
pip install selenium

Usage

npm run start
python getLinks.py
  1. Get the profile url like https://www.quora.com/profile/{profile_url} of the desired account you want to scrape.
  2. Run the python script and wait to reach the end of the answers tab , make sure to have chromedriver in your root directory.
const allLinks = document.getElementsByTagName('a');
const mydata = [...allLinks];
  1. Copy all the 'a' tags from the console and paste it in the quora_links.csv.
  2. Run npm-start to scrape all questions and answers in a csv file format.

Give a ⭐️ if this project helped you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published