https://github.com/amscotti/hn-top
A command line tool that shows the top stories from Hacker News
https://github.com/amscotti/hn-top
csharp dotnet-core hackernews hackernews-cli hn-top
Last synced: about 1 year ago
JSON representation
A command line tool that shows the top stories from Hacker News
- Host: GitHub
- URL: https://github.com/amscotti/hn-top
- Owner: amscotti
- License: mit
- Created: 2020-06-18T23:53:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T16:59:18.000Z (about 5 years ago)
- Last Synced: 2025-04-02T13:09:22.621Z (about 1 year ago)
- Topics: csharp, dotnet-core, hackernews, hackernews-cli, hn-top
- Language: C#
- Homepage:
- Size: 535 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hn-top
A command line tool that shows the top stories from [Hacker News](https://news.ycombinator.com/) using the [Hacker News API from Firebase](https://github.com/HackerNews/API).

## Running
### With dotnet
`dotnet run`
### With Docker
`docker run amscotti/hn-top`
### Command Line Arguments
```
-n, --number (Default: 5) Number of top news to show.
-u, --source_urls (Default: false) Show source urls.
--help Display this help screen.
--version Display version information.
```