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

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.

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