#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
- Python 3.5.x;
- Selenium Package for Python;
- lxml for Python;
- Chrome;
- Chrome WebDriver.
##Features to be added
- Send the information to users by email;
- Use database to store information;
- Set the running schedule for this crawler, make it run time by time.