/Myntra-Price-Tracker

Creating a Myntra price tracker using Python involves web scraping. To implement this, I used the BeautifulSoup library for web scraping and the requests library to fetch the web page data. Additionally, you may use a database or a simple text file to store the price history, however my project is quite primitive in that sense.

Primary LanguagePython

This repository is not active