A Python price monitor

This project was focused on Brazil, so the monitoring is of “Mercado Livre” product prices

How to use?

  1. Follow this “template”:
    python main.py --to-email [email protected] --product-url https://mercadolivreurl.com --target-price 2000 --from-email [email protected] --from-email-password password

  2. Some explanations:

  3. Constant monitoring:

    • Use something like crontab or a 24/7 server
  4. Installation:

    • Dependecies:

      • Beautiful Soup: pip install bs4
      • Requests: pip install requests
      • Typer: pip install typer
    • git clone https://github.com/OrlatoDev/py-price-monitoring.git

    • cd py-price-monitoring

    • python ./main.py and follow the “template”

GitHub

View Github