Get alerts on your phone if any of your Amazon wishlist items has a price drop.
2023-09-25 02:48:37.795554
Updating prices...
id product_name initial_price current_low current offer url
0 1 Crucial RAM 16GB DDR5 4800MHz CL40 Laptop Memo... 3907 3907 3907 0.000000 https://amazon.in/dp/B09S2MN8JH/
1 2 Crucial P5 Plus 2TB PCIe 4.0 3D NAND NVMe M.2 ... 11700 11700 15500 -32.478632 https://amazon.in/dp/B098WKQRDL/
2 3 Samsung 980 PRO 2TB Up to 7,000 MB/s PCIe 4.0 ... 16389 16389 16389 0.000000 https://amazon.in/dp/B08QJHLC8J/
3 4 Apple 2023 MacBook Air Laptop with M2 chip: 38... 145790 145790 145790 0.000000 https://amazon.in/dp/B0C76D5QPG/
4 5 Apple 2023 MacBook Pro Laptop M2 Pro chip with... 199900 199900 199900 0.000000 https://amazon.in/dp/B0BSHHL4TY/
No offers yet
- Login to your Amazon account and add items to your wishlist.
- Get a sharable link by selecting
Send list to others
->View only
->Copy link
.
- Paste the copied link in
target_url
. - Login to your Twilio account.
- Go to
Account
->API keys & tokens
. - Copy your live
account_sid
andauth_token
to the code.amazon_wl_pricedrop_alert/tracker_masked.py
Lines 134 to 135 in 94b2d67
- Add your WhatsApp number
amazon_wl_pricedrop_alert/tracker_masked.py
Line 141 in 94b2d67
- Run the code. The first run should create a file called
price_tracker.csv
. On every consecutive run, it'll update the CSV file with the latest price information. Once the price drop on an item is more than8%
(you can modify the threshold here)amazon_wl_pricedrop_alert/tracker_masked.py
Line 155 in 94b2d67