Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 544 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 544 Bytes

AMZN-Scrape

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