We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08abb93 commit 9c61038Copy full SHA for 9c61038
README.md
@@ -0,0 +1,23 @@
1
+# Random Hacker News Story Fetcher
2
+
3
+This Go script fetches the top stories from Hacker News, selects a random story, and opens Chrome with the url
4
5
+## Prerequisites
6
7
+- Go 1.16 or later
8
9
+## Installation
10
11
+1. Clone the repository: `git clone github.com/stym06/hackernews-bot.git && cd hackernews-bot`
12
+2. Run `make build`
13
+3. Run `source ~/.zshrc`
14
15
+## Usage
16
+When you run `hn` command now, it will open up Chrome with a random story from HackerNews
17
18
+```
19
+$> hn
20
+ Tripping on Xenon Gas (2023)
21
+ https://tripsitter.substack.com/p/xenon
22
23
0 commit comments