Amazon wishlist watcher
Project description
Uses wishlist to monitor an Amazon wishlist and send an email when prices change.
Installation
Install:
$ pip install watchlist
Or be bleeding edge:
$ pip install "git+https://github.com/Jaymon/watchlist#egg=wishlist"
You’ll need to setup a Sendgrid account (if you don’t have one already, there is a free tier).
And you’ll need some environment variables:
export SENDGRID_KEY=YOUR_SENDGRID_API_KEY export BROWSER_CACHE_DIR=/var/watchlist export PROM_DSN_1="prom.interface.sqlite.SQLite://${BROWSER_CACHE_DIR}/watchlist.db#watchlist"
Make sure your BROWSER_CACHE_DIR actually exists.
Install wishlist’s dependencies also.
If you have a private wishlist, then you’ll need to login to Amazon before you can run watchlist, you can follow the wishlist directions to signin.
Then you can run this:
$ watchlist NAME
Where NAME is the Wishlist name, basically the string in the url https://www.amazon.com/gp/registry/wishlist/NAME. You can set this command up in a cron job to have it run periodically and send you updates.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file watchlist-0.0.7.tar.gz
.
File metadata
- Download URL: watchlist-0.0.7.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7cc2cf3e562f0043f74e3c69f2ccc2791d71316c0d4885a4434385fe08de99a |
|
MD5 | 347c93701f1bcbbbeb32d80fb7a15a3c |
|
BLAKE2b-256 | 21e2439f5b220938338ea4e953907803ae087196297ab23822efaca33f1ead4e |