This repository was archived by the owner on Aug 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Now get the list of all news from [[https://news.ycombinator.com/news][Hacker Ne
60
60
61
61
#+BEGIN_SRC sh :results silent
62
62
# Get only the first page from the site
63
- ~/bin/hn-scrapper --page-count 1 --output-file hacker-news-front-page.org
63
+ ~/bin/hn-reader --page-count 1 --output-file hacker-news-front-page.org
64
64
65
65
# Get all of the news (20 pages) using shorter option
66
- ~/bin/hn-scrapper -p 20 -o hacker-news-top-20-pages.org
66
+ ~/bin/hn-reader -p 20 -o hacker-news-top-20-pages.org
67
67
#+END_SRC
68
68
69
69
** Example Sessions and Outputs
Original file line number Diff line number Diff line change 1
- (defproject hn-reader " 0.2.0 "
1
+ (defproject hn-reader " 0.2.1 "
2
2
:description " Easy ways to access all of the latest Hacker News links in one page"
3
3
:url " https://github.com/agilecreativity/hn-reader"
4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
- :profiles {:dev {:dependencies [[lein-bin " 0.3.4 " ]
7
- [com.jakemccrary/lein-test-refresh " 0.18.1 " ]]}
6
+ :profiles {:dev {:dependencies [[lein-bin " 0.3.5 " ]
7
+ [com.jakemccrary/lein-test-refresh " 0.19.0 " ]]}
8
8
:uberjar {:aot :all }}
9
9
:source-paths [" src/clj" ]
10
10
:java-source-paths [" src/java" ]
11
11
:bin {:name " hn-reader"
12
12
:bin-path " ~/bin"
13
13
:bootclasspath true }
14
- :plugins [[lein-bin " 0.3.4 " ]
15
- [lein-cljfmt " 0.5.3 " ]
14
+ :plugins [[lein-bin " 0.3.5 " ]
15
+ [lein-cljfmt " 0.5.6 " ]
16
16
[lein-auto " 0.1.3" ]]
17
17
:dependencies [[org.clojure/clojure " 1.8.0" ]
18
18
[reaver " 0.1.2" ]
You can’t perform that action at this time.
0 commit comments