Skip to content

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

License

Notifications You must be signed in to change notification settings

mmuyakwa/Amazon_Check

Repository files navigation

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 = your_email@gmail.com
password = gmail_passwd

[EmailTo]
email = email_to@gmail.com

Run

python main.py

Credits

License

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages