Skip to content

Small python app that checks webshops for a price drop

License

Notifications You must be signed in to change notification settings

dejo095/price-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

price-checker

Small python app that checks webshops for a price drop and sends email in case actual price is less than target price

For this to work you need to have python installed.

You also need PIP instaled
Using PIP you need to install dependencies:

pip install requests bs4

You also need to have Gmail 2FA enabled and setup Gmail app passwords, then use this generated password for

emailPass = '' # Gmail app password

to run the app, just type:

python app.py

to stop the app just CTRL+C

About

Small python app that checks webshops for a price drop

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages