This program gets more than 95% advertisements from otomoto.pl with 227 features - show features
Link to the documentation: https://jedrzejd.github.io/Otomoto-Scraper/
Program saves datasets to output/data/
directory.
Each the car brand has a separate file car_name.csv
with data and have car.csv
with all cars.
Results should be 12 hours later.
-
Download and install
Python 3.10.0
https://www.python.org/downloads/release/python-3100/
-
Download this repository and unzip
-
Create python virtual environment
python3 -m venv venv
- Active python virtual environment
. venv/bin/activate
- Install require packages
pip install -r Requirements.txt
python3 scrap_cars.py
-
Download and install
Python 3.10.0
https://www.python.org/downloads/release/python-3100/
-
Download this repository and unzip
-
Create python virtual environment
py -m venv venv
- Active python virtual environment
venv\Scripts\activate
- Install require packages
pip install -r Requirements.txt
py scrap_cars.py
- Python 3.10.0
- beautifulsoup4
- requests