Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 672 Bytes

File metadata and controls

13 lines (9 loc) · 672 Bytes

Python Price Tracker Bot 🤖

A self-running Python script that tracks the price of a product on an e-commerce website (like Amazon) and sends an email notification when the price drops below a specified target.


Key Features ✨

  • Web Scraping: Uses requests and BeautifulSoup to parse live product data from a URL.
  • Price Comparison: Compares the current price against a user-defined target price.
  • Email Alerts: Automatically sends a formatted email notification using smtplib when a deal is found.
  • Automated Execution: Utilizes GitHub Actions to run the script on a daily schedule, making it a completely autonomous bot.