Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.17 KB

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