Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.33 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.33 KB

Amazon Check

license approved powered_by

An Amazon price tracker written in python. This Skript was written by Webklex, but I added a MySQL-Database and Config-file to it.

Requirements

  • bs4
  • configparser
  • mysql-connector
  • mysql-connector-python
  • requests

Installation / Setup

pip install -r requirements.txt

Then install a MySQL-Database with a Table. (See create_MySQL-DB.sql)

Config

Edit the settings.ini

[DB]
host = mysql_server
user = mysql_user
passwd = mysql_passwd
database = mysql_database

[Email]
host = smtp.gmail.com
port = 587
username = [email protected]
password = gmail_passwd

[EmailTo]
email = [email protected]

Run

python main.py

Credits

License

The MIT License (MIT). Please see License File for more information.