https://github.com/leoandersoon/price-tracker2
This script tracks the current price of any product on hepsiburada.com and sends an email alert with the latest price.
https://github.com/leoandersoon/price-tracker2
automation selenium selenium-webdriver
Last synced: 2 days ago
JSON representation
This script tracks the current price of any product on hepsiburada.com and sends an email alert with the latest price.
- Host: GitHub
- URL: https://github.com/leoandersoon/price-tracker2
- Owner: leoandersoon
- Created: 2025-06-25T11:38:52.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-25T11:43:49.000Z (12 months ago)
- Last Synced: 2025-09-04T23:15:27.723Z (10 months ago)
- Topics: automation, selenium, selenium-webdriver
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hepsiburada Price Tracker 📦
This script tracks the current price of any product on [hepsiburada.com](https://www.hepsiburada.com) and sends an email alert with the latest price.
## Features
- Uses Selenium to extract product title and price
- Sends an email alert using Gmail
- Easy to customize
## Requirements
- Python 3.7+
- Firefox browser
- [GeckoDriver](https://github.com/mozilla/geckodriver/releases)
- Gmail account with an [App Password](https://support.google.com/accounts/answer/185833)
## Installation
```bash
pip install -r requirements.txt