Skip to content

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.

License

Notifications You must be signed in to change notification settings

anisghaoui/PriceTrackerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages