/web-scraping-example

This program gets the title and URL of the articles from here with goquery and writes into JSON file.

Primary LanguageGo

web-scraping-example

This program gets the title and URL of the articles from here with goquery and writes into JSON file.

Requirement

$ go get github.com/PuerkitoBio/goquery

Usage

$ go run main.go

Then, create json file articles.json.