This is a scraping script made in order to scrape the data from the vehicle registration dashboard.
-
You need to download python from the below link
-
You need to download the
-
You need to clone or download the below repository
-
You need to download Visual Studio code
- Clone or download the repository or code from the github repository.
- Make sure you can open it inside visual studio code.
- Goto the vahan_parivahan_scrape folder
-
cd vahan_parivahan_scrape
-
- Run on the command line
-
pip install pipenv
-
pipenv shell
-
pipenv install
-
- Make sure to change the folder location inside the change_this.py file.
- After the above operations has been working fine, run the below command to start scraping the data from the start which is after -f and end date which is after -t
-
python scrape_vahan.py -f 2009-12-01 -t 2010-02-01
-
- The results will be downloaded in the same folder where the code is in an excel format.
Please give star if you are using or like it.