/AmazonSearch

Python program to search products on Amazon.in according to different sorts and to store in database MySql.

Primary LanguagePython

Amazon Search

Search the product prints result(name,price,ratings) , creates a html webpage(on the go) to show results more visually in the same directory and saves in a MySql database

Requiremnts

  • Python 3.4
$ sudo apt-get python3

#Python Packages

  • Install pip
$ sudo apt-get install python3-pip
  • Regular Expression
$ sudo pip3 install regex
  • Requests
$ sudo pip3 install requests
  • BeautifulSoup
$ sudo pip3 install beautifulsoup4
  • MySQLdb

From here, it seems mysql module is not supported by python3 anymore

For Windows Users, It is recommended to use A Python IDE, like Enthough Canopy. As of now NO official support for Windows Exist. Although all of the packages above are supported by windows, they must be searched for and downloaded