Skip to content

turgutAgha/Shopp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopp

Shopp is a product searching tool that scrapes data from three websites, namely, Amazon, TapAz, Aliexpress and displays the products' details.

Features

  • Product searching in three websites and displaying results
  • Sorting by price
  • Changing currency of the product price
  • Defining minimum and maximum prices

Requirements

There are some requirements needed to be installed before running the program.

  1. Installing flask for python
pip3 install flask
  1. Installing BeautifulSoup for parsing webpage
pip3 install bs4
  1. Installing selenium for webdriver
pip3 install selenium
  1. This program uses Chrome webdriver for automated testing of a web application. This tutorial shows how to download the Chrome webdriver and add it to PATH in different operating systems.

How to use

  1. Clone the project
git clone git@github.com:turgutAgha/Shopp.git
  1. Run the program in CMD or Terminal
# inside the project folder
python3 run.py
  1. Open one of the web browsers

  2. Enter one of the following addresses

localhost:5000
#or
127.0.0.1:5000
  1. Use the features of the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published