/ah-bonus-collector

This is a crawler for gathering Albert Heijn bonus information.

Primary LanguagePython

#AH Bonus Collector

This is a crawler to gather all bonus information about one of the most famous Dutch supermarket, Abert Heijn. The starting url is ah/bonus.

##Prerequisites

  1. Python 3.5.x;
  2. Selenium Package for Python;
  3. lxml for Python;
  4. Chrome;
  5. Chrome WebDriver.

##Features to be added

  1. Send the information to users by email;
  2. Use database to store information;
  3. Set the running schedule for this crawler, make it run time by time.