https://github.com/thevickypedia/whiplash
Track availability and price of products across different websites
https://github.com/thevickypedia/whiplash
Last synced: about 2 months ago
JSON representation
Track availability and price of products across different websites
- Host: GitHub
- URL: https://github.com/thevickypedia/whiplash
- Owner: thevickypedia
- License: mit
- Created: 2020-12-25T00:59:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T05:45:15.000Z (about 4 years ago)
- Last Synced: 2025-02-12T22:22:28.841Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product Tracker
Track availability and price of products across different websites`whiplash` uses a simple scrapping technique to get prices of products using the product id (passed as arguments) to get
its availability, price and delivery methods. You can also send a notification using
[AWS SNS](https://docs.aws.amazon.com/sns/latest/dg/welcome.html) which can send a notification message to your phone.### DevNotes:
For [walmart](https://www.walmart.com/) passing a header dictionary will work in order to prove that you're not a bot
but [amazon](https://amazon.com/) uses cookies to validate if the request is coming through a browser. One can also use,
a `curl` converted script, but I have used `requests-html` library instead.