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.
.github/workflows | ||
deploy | ||
recurring-execution-with-actions | ||
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.
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