Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 924 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 924 Bytes

biedraScraper

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.

Requirements

  • Python 3.x

Installation

  1. Clone the repository:

    git clone https://github.com/mcjmk/biedraScraper.git
    cd biedraScraper
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
    venv\Scripts\activate
    • On macOS and Linux:
    source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Run the script:

    python biedraScraper.py
  2. Check the output file:

    After running the script, the scraped prices will be saved in the biedra_{today}.xlsx. Enjoy! :)