Scrapes the online woolworth's website for any specials!
Usage:
- Add the products that you want to search for in the text file wishlist.txt separated line by line
- Ensure selenium and webdriver_manager packages are installed
- You can install them with the following commands:
- pip install selenium
- pip install webdriver_manager
- 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
- All specified discounts are saved in the text file specials.txt