The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

[GSSOC '23]: Amazon-Price-Alert #701

Open sujanrupu opened 11 months ago

sujanrupu commented 11 months ago

Amazon prices keep fluctuating- Let's scrape them!

C3PO is a web-scraper built on BeautifulSoup that alerts you when the price of an amazon prduct falls within your budget! Currently in development.

What is the use?

Nothing is worse than seeing the price drop of a product you just bought on Amazon drop 2 days after you bought it. Wouldn't it be amazing if a python script could just ask you your budget and the product link and then notify you when the product price drops below that? This is exactly what this script does!

How to use

Modules used

requests_html BeautifulSoup