Skip to content

ManipalInformationSecurityTeam/Web-Scraping-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Scraping Workshop

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

Running the File Locally

  1. Make sure Go language support is present on your system.

    if not then you can install it from here.

  2. Run the given command in the project's directory

    go run main.go
    
  3. input the query(item name) you want to scrape and pages(how many pages deep do you want the search to go)

  4. The item names and prices will be returned.

About

Web scraping workshop organized for the members of MIST

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages