You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple python script which can be used to track a product prices and it will inform you via mail. It uses Bs4 and Requests libraries to do this task.
Usage:
Make sure you have Python(Version 3.6 or higher) installed in your system.
Open the folder in CMD or terminal and type pip install -r requirements.txt
Now edit the settings.json file using your favorite code editor(Example: Sublime, VSCode, Vim).
Now run the command python pricemonitoring.py in Command Prompt.