Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mostafahima/price-tracker-bot

A price tracking tool that scrapes product prices using BeautifulSoup and sends email alerts when prices drop below a target.
https://github.com/mostafahima/price-tracker-bot

beautifulsoup scraping-python

Last synced: about 1 month ago
JSON representation

A price tracking tool that scrapes product prices using BeautifulSoup and sends email alerts when prices drop below a target.

Awesome Lists containing this project

README

        

# PriceDropNotifier

## Description
PriceDropNotifier is a simple web scraping tool built with BeautifulSoup that tracks product prices. When the price drops below a target set by the user, an email notification is sent.

## How it works:
1. Enter the product URL.
2. Set your desired price.
3. The script scrapes the current price of the product.
4. If the price is below your target, an email notification is sent with the product details.

## Requirements:
- requests
- beautifulsoup4
- lxml
- python-dotenv
- smtplib