This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Andreas Zweili 9c19ec21b2 extend depencies in instal.sh 2017-03-14 12:42:58 +01:00
.gitignore Merge branch 'master' of git.2li.ch:Nebucatnetzer/price_checker 2017-03-11 13:17:43 +01:00
LICENSE initial commit 2017-03-11 13:13:15 +01:00
README.md update the install scripts 2017-03-13 07:16:06 +01:00
install.sh extend depencies in instal.sh 2017-03-14 12:42:58 +01:00
price_checker.cfg add an smtp_port variable 2017-03-13 13:56:57 +01:00
price_checker.py add connecting, login and sending method to Email class 2017-03-14 11:54:59 +01:00
price_checker.sh remove the environment 2017-03-12 21:44:15 +01:00
requirements.txt extend depencies in instal.sh 2017-03-14 12:42:58 +01:00

README.md

price_checker

price_checker.py is a script which looks at the prices of a given URL and compares them against a decired price. When the price is reached it will send an email to a provided address.

required packages:

  • python3
  • python3-pip