diff --git a/README.md b/README.md index 89010be..9594e19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Small Fun Python Projects +## Small Fun Python Projects # Automated_Amazon_price_tracker This program will works like a bot, that in first step scrapes the data from a given Amazon website product, and looks for the price and title of this product. In the next step this program can be set to check the price once per a day, with the use of https://www.pythonanywhere.com/ , and if the price drops below the target value set by the user, it will send an email notification, to make sure we don't miss this bargain!. @@ -191,4 +191,4 @@ This is a program that tackles a research data entry job where the aim is to find house prices that fit a particular client's criteria. The house prices will be scrapped using python's library Beautifulsoup from the Zillow website https://www.zillow.com/. The address, price for rent, and link with the offer will be stored in a dictionary. -The program will then use Python's Selenium library to transfer that data into a Google form https://docs.google.com/forms/ (Auto filling the forms). After the process is done, the user can download or view the data in a Google spreadsheet. BeautifulSoup + Selenium. \ No newline at end of file +The program will then use Python's Selenium library to transfer that data into a Google form https://docs.google.com/forms/ (Auto filling the forms). After the process is done, the user can download or view the data in a Google spreadsheet. BeautifulSoup + Selenium.