Learn to build a python automation project, the Amazon Price Tracker app using Python.
Amazon Price Tracker automatically tracks any amazon product price and sends a notification when the price goes down to grab the deal.

We are using five modules to build Amazon Price Tracker using Python

  1. Requests
    Requests module allows you to send HTTP requests using Python
    Installation: pip install requests

  2. Time
    Time is an inbuilt module which provides many ways of representing time.

  3. BeautifulSoup
    BeautifulSoup allows us to scrape information from webpages.
    Installation: pip install beautifulsoup4

  4. fake-useragent
    fake-useragent module provides random user-agent header
    Installation: pip install fake-useragent

  5. win10toast
    win10toast module is used for displaying window 10 Toast notification
    Installation: pip install win10toast

Source code: https://github.com/codex-learn/Amazon-Price-Tracker

Subscribe : https://www.youtube.com/channel/UCiU6azFtVMhBvNkz8_E4x_Q

#python

Python Automation Project : Amazon Price Tracker using Python
7.75 GEEK