This tool uses different scraping tools
like selenium
and beautifulsoup
to fetch data from amazon and other platforms and show statistics generated based on that gathered infromation which can be seen the demo images below.
Django based scrping project which used to fetch a product Image
, Minimum price
,Maximum Price
, Average price
and also send you a email notification of your expected price this project uses many different tools and can be used for eductional and learning purpose only. And if you are my code a mention would be much apperciated.
-
Python installed on your machine
-
basic programming knowledge of python and web scapping.
-
Motivation & desire to learn something new, that's all folks, let's get started.
-
first install a virtual envirmoment through command line using command mentioned below.
pip install virtualenvwrapper-win
-
create a user using below command
mkvirtualenv name of your choice
-
Running virtual enviroment
workon name you choosed above
-
Install required files using below command
pip install -r requirements.txt
-
Run server using command
python manage.py runserver
-
The server is now running at localhost:8000
- Download from Github.
- Clone the repo:
git clone https://github.com/chasesagar/Amazon-Scraper.git
.
Sagar Saini - Initial work - ChaseSagar See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details