Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mostafahima/price-tracker-bot
- Owner: MostafaHima
- Created: 2024-12-15T08:39:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T08:45:58.000Z (about 2 months ago)
- Last Synced: 2024-12-15T09:30:19.154Z (about 2 months ago)
- Topics: beautifulsoup, scraping-python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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