Welcome members of MIST
This is the Repository containing the codes/files used in the Workshop, hosted by Vanshaj Rai.
We have implemented a Web Scraper on Flipkart which returns all the prices of a particular product
-
Make sure Go language support is present on your system.
if not then you can install it from here.
-
Run the given command in the project's directory
go run main.go
-
input the query(item name) you want to scrape and pages(how many pages deep do you want the search to go)
-
The item names and prices will be returned.