parser_OLX
simple parser used to retrieve amount of sale, rent and exchange avertisements from OLX.pl in real estate category.
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
main.py
puts data in the database in the olx_data
table.
Description
Languages
Python
96.3%
HTML
3.7%