topstories dispays a given number of top stories from a news aggregator. The current verion implements only Hakernews.
go get github.com/yanndr/topstories
go install
topstories
Flags:
-c int
max concurency allowed (default 20)
-csv
Save the result to a csv file.
-n int
number of stories to display (default 20)
-o string
output file name (default "outupt.csv")