CARS SPECIFICATION
This repo contains the source code for crawler and crawled data of cars specifications from autodata. The data has roughly 45k cars from round 1980 to late 2021. To be more specific, head to cars_specs.json. The data is raw, so you can do anything you want with it.
Getting started
Open Terminal / cmd and do the following:
Create and activate virtual environment
Create
python -m venv <envname>
Activate
- On Mac:
source <envname>/bin/activate
- On Windows:
<envname>\Scripts\activate
Install requirements.txt
pip install -r requirement.txt
Running
This repo contains 1 (one) Python script that you can/should modify, head to autodata.py and run. If you are familiar with Scrapy, you can modify other settings, middleware or pipelines as you wish (not recommended).
Contact us
To Duc Anh If you use this dataset, please give me a star and cite this repo. Thanks!
Project Link: Cars Specification