Skip to content

samuelorlato/py-price-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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 emailtoreceive@email.com --product-url https://mercadolivreurl.com --target-price 2000 --from-email fromemail@email.com --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"

About

A Python price monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages