Skip to content

Lakshya46/Price-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Price Tracker

A command-line based price tracker built with Core Python.
This tool allows users to enter product URLs and automatically tracks price changes over time.


πŸš€ Features

  • Fetches real-time product prices from e-commerce sites.
  • Tracks price history for better comparison.
  • Sends email alerts when a price drops below a set threshold.
  • CLI-based interface for simplicity and portability.

πŸ› οΈ Tech Stack

  • Python (Core)
  • Requests & BeautifulSoup – for web scraping
  • SQLite / CSV – for storing price history
  • smtplib – for email notifications

πŸ“Š Future Enhancements

Support for multiple e-commerce platforms.

WhatsApp alerts in addition to email.

GUI / Web-based dashboard for better user experience.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages