A little Golang HackerNews App.
-
By default the app return 20 top stories top Hacker News, and other values can be specified by using the flag -qtt.
-
To save the result to a .csv file use the flag -csv
I would recommend to add the dep binary file to your /usr/local/bin
$ dep ensure
$ ./main
$ ./main -qtt 45
$ ./main -csv
$ ./main -csv -qtt 45
by James Mallon