This is a Python Scrapy project which is done on Amazon Product review.
- Python 2.7
- Scrapy
Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. Official Website :- https://www.python.org/
An open source and collaborative framework for extracting the data you need from websites.In a fast, simple, yet extensible way. Official Website :- https://scrapy.org/
$ pip install scrapy
- Start to create scrapy project $ scrapy startproject amazonscrapy
- Move to folder. $ cd amazonscrapy
- Generate Spider $ scrapy genspider amazonspider amazon.com Note:- genspider -> use to generate spider amazonspider -> spider name amazon.com -> domain name
$ scrapy crawl amazonspider
Anyone can use and push it for use. Please use and modify. In case of any modification please raise pull request which may be helpful for others in future.