-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Random Hacker News Story Fetcher | ||
|
||
This Go script fetches the top stories from Hacker News, selects a random story, and opens Chrome with the url | ||
|
||
## Prerequisites | ||
|
||
- Go 1.16 or later | ||
|
||
## Installation | ||
|
||
1. Clone the repository: `git clone github.com/stym06/hackernews-bot.git && cd hackernews-bot` | ||
2. Run `make build` | ||
3. Run `source ~/.zshrc` | ||
|
||
## Usage | ||
When you run `hn` command now, it will open up Chrome with a random story from HackerNews | ||
|
||
``` | ||
$> hn | ||
Tripping on Xenon Gas (2023) | ||
https://tripsitter.substack.com/p/xenon | ||
``` | ||
|