An Amazon price tracker written in python. This Skript was written by Webklex, but I added a MySQL-Database and Config-file to it.
- bs4
- configparser
- mysql-connector
- mysql-connector-python
- requests
pip install -r requirements.txt
Then install a MySQL-Database with a Table. (See create_MySQL-DB.sql)
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 = your_email@gmail.com
password = gmail_passwd
[EmailTo]
email = email_to@gmail.com
python main.py
The MIT License (MIT). Please see License File for more information.