Application to track prices from websites e.g. amazon, ebay, etc.
Prerequisites to use the application:
- request - to fetch data from the url
install the package via pip:
pip install request
- BeautifulSoup - to scrape information from webpages install the package via pip:
pip install bs4
- Define the url you wanna watch under the url variable
- Define your User-Agent from your Webbrowser (Google: "My User Agent" to find yours)
- Match the length of your price in the variable converted_price (e.g. [0:5] stands for five digits before the comma)
- Define a limit, if it's undershot you'll get notificated
- Link your personal mail
- Define how often the link should be checked