Built a simple web scrapping program using go with colly Framework
- Web Scrapping
- Developed with go
- Saving json locally
- Clone the project
git clone https://github.com/irahuldogra/webScrapper.git- Go to the project directory
cd webScrapper- Get dependencies
go get- Run Program
go run .