894 B
894 B
isahn
Important stories alert for Hacker News.
Telegram channel
The entire code in this repository is in charge of feeding the Telegram channel. Every hour check for a new story with more than 600 points in Hacker News.
Installation
cp config-example.edn config.edn
Usage
cp config-example.cdn config.cdn
java -jar target/uberjar/isahn-[version]-standalone.jar
Build? Ok
Install Leingengen and then...
make
Development
Check format
lein cljfmt check
Linter
clj-kondo --lint src
Check idiomatic
lein auto kibit
Generate doc
lein codox
All
make check