Skip to content

jedrzejd/Otomoto-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Otomoto-Scraper

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/


Table of content

General info

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.

Installation on Linux/Macos

  • 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

Usage

python3 scrap_cars.py

Installation on Windows

  • 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

Usage

py scrap_cars.py

Technologies

  • Python 3.10.0
  • beautifulsoup4
  • requests

Releases

No releases published

Packages

No packages published

Languages