Skip to content

Script to track products of Retailers like Saga Falabella, etc. Run with parameters min-max price and you'll be notified when the product will be between the amounts. Don't forget offers!

Notifications You must be signed in to change notification settings

keynertyc/avisamepe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avisamepe

Script to track products of Retailers like Saga Falabella, etc. Run with parameters min-max price and you'll be notified when the product will be between the amounts. Don't forget offers!

Run:

$ composer install
$ cp .env.example .env

Edit file .env with your SMTP Provider

Edit your crontab:

$ EDITOR=nano crontab -e

Add new job (i.e every 5 minutes), argvs: < sku > < min > < max > < email >

*/5 * * * * php /home/keyner/avisamepe/index.php 48673233 600 800 [email protected]

About

Script to track products of Retailers like Saga Falabella, etc. Run with parameters min-max price and you'll be notified when the product will be between the amounts. Don't forget offers!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published