Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanndr/topstories
Console application to display stories form news aggregators
https://github.com/yanndr/topstories
console-application hacker-news news-aggregator
Last synced: 5 days ago
JSON representation
Console application to display stories form news aggregators
- Host: GitHub
- URL: https://github.com/yanndr/topstories
- Owner: yanndr
- License: mit
- Created: 2018-04-05T16:02:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T06:17:31.000Z (over 6 years ago)
- Last Synced: 2024-06-20T13:28:21.222Z (5 months ago)
- Topics: console-application, hacker-news, news-aggregator
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# topstories
[![Build Status](https://travis-ci.org/yanndr/topstories.svg?branch=master)](https://travis-ci.org/yanndr/topstories)
[![Go Report Card](https://goreportcard.com/badge/github.com/yanndr/topstories)](https://goreportcard.com/report/github.com/yanndr/topstories)
[![GoDoc](https://godoc.org/github.com/yanndr/topstories?status.svg)](https://godoc.org/github.com/yanndr/topstories)## About
topstories dispays a given number of top stories from a news aggregator. The current verion implements only Hakernews.## Install
```
go get github.com/yanndr/topstories
go install
```## Usage
```
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")
```