GithubHelp home page GithubHelp logo

h4tch / wishlistnotifier Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 139 KB

C++ Linux utility that notifies you when any of your specified Amazon items fall below a certain price point.

License: MIT License

Makefile 0.76% Shell 5.71% C++ 93.54%

wishlistnotifier's Introduction

WishListNotifier


C++ Linux/Mac utility that notifies you when any of your specified Amazon items fall below a certain price point.

Linux Requirements

  • wget - for downloading the Amazon Product Page
  • aplay - Optioanl, plays a sound when a match is found
  • notify-send - Optional, displays a desktop notfication

Mac Requirements

  • wget - for downloading the Amazon Product Page
  • afplay - Optional, plays a sound when a match is found
  • display notification - Optional, displays a desktop notfication

How to

Go to www.amazon.com and find a product. Copy the id of the product. It's usually after "dp/" in the URL. For example: "amazon.com..../dp/##########". Add your products to MyWishList file

For some products, like books, different buying options have different ids. Example: paperback or hardcover. In this case you need to visit the buying options page to get the product ID.

In the top center of the page there are buying options. Click on the price that is next to the category you want. On this page the Id you need is usually after "offer-listing/" in the URL.

Build and run the program:

make ./WishListNotifier MyWishList

The run_wish_list_notifier.sh script will periodically run the utility in the background.

./run_wish_list_notifier.sh MyWishList

Notes

Currently, you can't specify item conditions (new, used, refurbished). You could however, customize the getPrices() function within WishListNotifier.cpp.

Todo

MIT LICENSE Badge

wishlistnotifier's People

Contributors

h4tch avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.