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.
src/isahn | ||
test/isahn | ||
.gitignore | ||
CHANGELOG.md | ||
config-example.edn | ||
doc | ||
icon.png | ||
LICENSE | ||
Makefile | ||
project.clj | ||
README.md |
isahn
Important stories alert for Hacker News.
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
java -jar target/uberjar/isahn-[version]-standalone.jar
Build
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