Price Tracker Algorithm Python
This program was mainly made to search for the prices in a web pages on Black Friday
When the websites changes the price of an article for a small amount of time the program
detects this change and plays a song to announg the user.
For instance:
Lets say we are looking for an Iphone 7 which now is $500 (for example)
We copy the url link of the Iphone 7 search (ex: www.onlineshop.com/articles/iphone7)
Now the program will search on that page all the prices once every X second
In this interval it may find the normal place ex: $500 or it may find the new price (which only leasts for 1-2 mins)
If the price is very low : ex $20 the program will announce the user and the user will buy the article
https://github.com/sabauandrei98/python/tree/master/SearchInWebPage