You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python bot that monitors website changes (price, content, availability) and sends alerts.
Features
Scrape websites using requests + BeautifulSoup
Compare with previous data
Send email notifications
Auto scheduling
Docker-ready
Usage
python src/main.py
About
Web Monitoring & Notification Bot — A Python automation tool that tracks website changes (price, content, availability) using requests and BeautifulSoup, compares historical state, and sends alerts via email or Telegram. Includes scheduling and Docker support.