/PriceTrackerBot

A simple bot that tracks a list of items on amazon.com. When one of the item is below the desired price, it sends an email too a given google email address.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PriceTrackerBot

A simple bot that tracks a list of items on amazon.com. When one of the items is below the desired price, it sends an email to a given google email address.

Prequisite

  • bs4
  • json
  • smtplib
  • requests
  • time
  • A Gmail account

Setup

Note: Amazon websites don't work the same way. You have to check what requests returns.

Usage

The bot can run in background and can be daemonised while occupying minimum ram usage (38 MB on Win10). It can run for a number of days or indefinitly (if so, you will have kill it manually).

Acknowledgments

Dev Ed's video inspired me to do this.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE v3.0 - see the LICENSE.md file for details