This program scrapes bestselling product rankings from Amazon.com and attempts to predict the hottest products based on changes in their bestseller rankings.
To use rename settings-default.config to settings.config and enter your settings.
WARNING: Scraping data from Amazon.com is against their terms of service. Use at your own risk.
NOTE: If the design of the Amazon.com's product catalog changes the scraper will break; this is not intended to be a production system.
Built using: Python 2.7.8 and MySQL 5.6.21