bin.scripts.alert_updater module

This module runs using CRON jobs to periodically notify users by email if alert item price is within desired user range.

alert_updater.logger

The logger used to log information of module.

Type

logging.Logger

alert_updater.alerts

The list of alerts to be checked for price changes.

Type

List[Alert]