Skip to content

Script to scrape the latest prices from Biedronka's online store.

License

Notifications You must be signed in to change notification settings

mcjmk/biedraScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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! :)

About

Script to scrape the latest prices from Biedronka's online store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages