https://github.com/sjmiller609/cvs_scraper
lets you know when people buy things
https://github.com/sjmiller609/cvs_scraper
Last synced: about 2 months ago
JSON representation
lets you know when people buy things
- Host: GitHub
- URL: https://github.com/sjmiller609/cvs_scraper
- Owner: sjmiller609
- License: mit
- Created: 2017-04-20T00:21:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T01:17:55.000Z (about 8 years ago)
- Last Synced: 2025-03-29T10:12:58.588Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cvs scraper
lets you know when people buy things
this script alerts the user when items of a certain type are sold from any CVS near a location.
right now it's broken because it needs to interpret javascript, which previously it did not
It takes 3 input parameters,
item: any item description, this will be sent to CVS' product search and will it will scrape product IDs from the results
location: the script will check for inventory near this location. any location you could put in google maps should work
item count: how many product IDs to getlimitations:
cannot alert user for any item sold in a region, can only check by search keyword or specific item (using skuid as argument)
precision of time sold is traded off with number of items scanned
iterates through items checking their availability in store, lets you know when inventory amount changes