Skip to content

Latest commit

 

History

History

cardekho_scraper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Description

Script to automatically scroll and scrap data from the Indian Car Website CarDekho.com using selenium and BeautifulSoup

Python requirements

Python 3.0 or newer

How to use it

Run the following command for installing the necessary dependancies from the requirements.txt file. Then run the python file to star the scraping. The output would be stored in a csv file with the necessary column names and corresponding data

pip install -r requirements.txt

Editor:

USe VS Code or Jupyter/Spyder notebook to run the python file. You can also create a virtual environment and then install the dependancies from requirements.txt