This is a quickly made, product watcher script build with scrapy framework. Basically use the search box from:
for looking up products matching with a defined keywords list. The scrapped data is exported to a (data.jl) file.
- scrapy
- win10toast
For installing the dependencies just run
pip install scrapy win10toast
Once you have installed the dependencies, just run:
python start.py
❗ Feel free to mod, comment, share, distribute and contribute for improvement if you want.
It's recommendable to run the script from cronjob or windows task manager for auto running.