hvudeshi / cheapBuy

cheapBuy Extension provides you ease to buy any product through your favourite website's like Amazon, Walmart, Ebay, Bjs, Costco, etc, by providing prices of the same product from all different websites to extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Profile Readme Generator

cheapBuy


cheapBuy Extension provides you ease to buy any product through your favourite website's like Amazon, Walmart, Ebay, Bjs, Costco, etc, by providing prices of the same product from all different websites to extension. It takes lot of time to search for the same product in different websites, and find the cheapest one, instead just add our extension cheapBuy and it will automatically fetch you price of the same product from different websites and you can directly compare the prices from different websites through our extension. In sum, cheapBuy is an one stop solution to buy the cheapest product online.


Build Status DOI codecov github workflow github workflow github workflow github workflow github workflow

cheapBuy license cheapBuy forks gcheapBuy stars cheapBuy issues cheapBuy issues closed cheapBuy pull-requests

Report Bug Β· Request Feature

πŸš€ Demo

cheapBuy Extension

🧐 Features

  • Price Comparison
  • Get alternative website for the product

πŸ› οΈ Installation Steps


  1. Clone the github repository at the preferable location in your system. You will need git to be preinstalled in the system. Once the repository is cloned in your system, with the help of cd command ,
git clone https://github.com/het-patel99/cheapBuy.git
cd cheapBuy
  1. This project uses Python 3, so make sure that Python and Pip are preinstalled. All requirements of the project are listed in the requirements.txt file. Use pip to install all of those.
pip install -r requirements.txt
  1. Check out the demo video to know about the use of the extension.

Plan of Action :

PHASE-1

  1. Fetching descirption of the user's current tab for ebay.
  2. Fetching descirption of the user's current tab for Walmart.
  3. Fetching descirption of the user's current tab for amazon.
  4. Fetching descirption of the user's current tab for Bjs.
  5. Fetching descirption of the user's current tab for Costco.
  6. Web Scrapping various product details from amazon.
  7. Web Scrapping various product details from Ebay.
  8. Exception handling of web scrapping.
  9. Server API for web scrapping.
  10. Deploying server on AWS.
  11. Build an extension for this price comparison.
  12. Extract knowledge like prices, sites, URL, comparison, description from scrapped data.
  13. Show all the scrapped data and the knowledge gained on the extension page.

PHASE-2

  1. Add a badge on the user's current tab.
  2. Improvement of extension UI.
  3. Alternate product suggestion feature.
  4. Improve accuracy of the product. Example : If user's current tab is having Television of a particular brand and there is a better option available at a cheaper or comparable rate than provide alternative product accordingly.
  5. Add web scrapping for other websites such as Walmart, Bjs, Costco, etc.
  6. Improve code execution speed using multithreading.
  7. Show a avialable coupon on other shopping website.

PHASE-3

  1. Automatic deployment of server using Teraform or ansible.
  2. Develop a website instead of extension.
  3. Dashboard including how many user's click on the website.
  4. Email notification of the available coupon to the user.

🌟 You are all set!

🍰 Contributing

Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.

Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.

Contributors


Het Patel

Hardik Udeshi


Saloni Mahatma


Kalgee Kotak


Vineet Chheda

About

cheapBuy Extension provides you ease to buy any product through your favourite website's like Amazon, Walmart, Ebay, Bjs, Costco, etc, by providing prices of the same product from all different websites to extension.

License:MIT License


Languages

Language:Python 88.4%Language:JavaScript 4.4%Language:HTML 4.0%Language:CSS 3.2%