Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 438 Bytes

File metadata and controls

17 lines (12 loc) · 438 Bytes

Flipkart Price Notifer with python

Uses

Play's an alarm when the price of the item drops below your given threshold

Requirements:

    > Python3
    > BeautifulSoup
    > Requests
    > Playsound

Installation

git clone https://github.com/sainishwanth/Simple-Flipkart-Price-Tracker.git && pip3 install bs4 requests playsound