Skip to content

Scrapes the online woolworth's website for any specials for the given products!

Notifications You must be signed in to change notification settings

Acha0086/woolworths_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Woolworth's scraper

Scrapes the online woolworth's website for any specials!

Usage:

  1. Add the products that you want to search for in the text file wishlist.txt separated line by line
  2. Ensure selenium and webdriver_manager packages are installed
  • You can install them with the following commands:
    • pip install selenium
    • pip install webdriver_manager
  1. Run catalogue_scraper.py
  • Settings:
    • Hide browser: Uncomment line 66 'chrome_options.add_argument("--headless")'
    • Change discount: Change line 168 to the desired discount percentage
  1. All specified discounts are saved in the text file specials.txt

About

Scrapes the online woolworth's website for any specials for the given products!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages