biedraScraper
is a simple Python script to scrap the newest prices from zakupy.biedronka.pl using Selenium and save them to XLSX file using Pandas.
- Python 3.x
-
Clone the repository:
git clone https://github.com/mcjmk/biedraScraper.git cd biedraScraper
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
-
Install the required packages:
pip install -r requirements.txt
-
Run the script:
python biedraScraper.py
-
Check the output file:
After running the script, the scraped prices will be saved in the
biedra_{today}.xlsx
. Enjoy! :)