New newest working version is availabe here!!!
This program gets more than 95% advertisements from otomoto.pl with 227 features - show features
Program saves datasets to data/
directory.
Each the car brand has a separate file car_name.xlsx
with data and have car.xlsx
with all cars.
Results should be 12 hours later.
-
Download and install
Python 3.7.9
https://www.python.org/downloads/release/python-379/
-
Download this repository and unzip
-
Create python virtual environment
cd scrap-otomoto-master
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.7.9
https://www.python.org/downloads/release/python-379/
-
Download this repository and unzip
-
Create python virtual environment
cd scrap-otomoto-master
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.7
- beautifulsoup4
- requests