https://github.com/ganeshkumartk/amazonupdater
Never miss the lowest prices of your favorite products again. Python automation script that fetches updates
https://github.com/ganeshkumartk/amazonupdater
amazon amazon-product-advertising python python-script updates
Last synced: 23 days ago
JSON representation
Never miss the lowest prices of your favorite products again. Python automation script that fetches updates
- Host: GitHub
- URL: https://github.com/ganeshkumartk/amazonupdater
- Owner: ganeshkumartk
- Created: 2019-05-28T14:46:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T14:35:57.000Z (about 7 years ago)
- Last Synced: 2025-04-13T02:33:10.361Z (about 1 year ago)
- Topics: amazon, amazon-product-advertising, python, python-script, updates
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazonupdater
Never miss the lowest prices of your favorite products again.
- For help:
`python start.py -h`
- For adding a single product:
`python start.py -p [productid]`
- For adding all products from Wishlist:
`python start.py -w [wishlistid]`
Then a crontab in Unix based OS. Type `crontab -e` in terminal.
In the file add the line : `* */2 * * * python path/to/periodic.py > /dev/null`
if you want updates every 2 hours.
Make changes in `Config.py` file and add your actual gmail username and password. Also add the mail address.
Enjoy lowest price alerts. :)