Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nishitanand authored Mar 26, 2020
1 parent 9a9bdbe commit 8c26d57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This is a Flask App for Comparing the price of a product on Amazon and Snapdeal.

First open localhost:8000/search and then enter the name of the product which you want to search.

The program then uses BeautifulSoup library and requests and does web scrapping on the Snapdeal and Amazon website.
The program then uses BeautifulSoup library and Requests Library and does web scrapping on the Snapdeal and Amazon website.

Then the program scrapes the websites of Snapdeal and Amazon and finds the top results from the website and stores them using Lists and Dictionary data structure of Python

The program then redirects you to localhost:8000/result and displays the results of Snapdeal and Then of Amazon in a table.
The program then redirects you to localhost:8000/result and displays the results of Snapdeal and then of Amazon in a table.

The program also uses routing to to redirect you to different web pages of the app like home page, search page and results page

Expand All @@ -30,4 +30,4 @@ python3 app.py


Then open any web browser and go to localhost:8000/search and enter name of the product that you want to search.
You will be redirected to localhost:8000/result and Snapdeal and Amazon search results will be shown to you for that product.
You will be redirected to localhost:8000/result and Snapdeal and Amazon search results will be shown to you for that product.

0 comments on commit 8c26d57

Please sign in to comment.