Skip to content

Python App which scraps the details of the a particular product from various popular E-commerce sites

Notifications You must be signed in to change notification settings

ajaypediredla14/Smart_Deal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

LinkedIn Badge

Smart_Deal

Python Smart Scraper

Smart Deal created using python (Tkinter module) , Selenium ,BeautifulSoup , Tinydb , Requests and Json .

Table of contents

General Info

This app scraps the product details based on the User search query and availability of the product on different E-commerce websites and stores the data in Json format using TinyDB.

Technologies

made-with-python

App is created with:

  • Python
  • Tkinter module (Python GUI Library)
  • Selenium
  • Beautifulsoup
  • TinyDB (lightweight NoSQL engine)
  • Requests

Setup

To run this project, Download or clone my github repository locally(code available on master branch):

* open the main smart_price_scraper2.0.py file into your IDE.
* Make sure that all necessary libraries are Installed.
    => pip install tk
    => pip install selenium
    => pip install beautifulsoup4
    => pip install tinydb
    => pip install requests
    ...
* Run the smart_price_scraper2.0.py file 

Features

Basically it works as a products price comparator in which we can access the particular product Information from different E-commerce API's at the same time.

About

Python App which scraps the details of the a particular product from various popular E-commerce sites

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published