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.
Go to file
Andros Fenollosa 117f65809a Fix
2024-05-28 22:38:57 +02:00
.github/workflows Update main.yml 2022-01-02 10:09:26 +01:00
deploy Add docker 2024-05-26 15:36:02 +02:00
recurring-execution-with-actions updated on - Fri May 24 22:05:47 UTC 2024 2024-05-24 22:05:47 +00:00
src/isahn Filter Ask HN 2022-01-02 10:06:34 +01:00
test/isahn First commit 2019-07-29 20:02:33 +02:00
.gitignore Update 2024-05-28 21:48:04 +02:00
CHANGELOG.md First commit 2019-07-29 20:02:33 +02:00
compose.yaml Update 2024-05-28 22:10:24 +02:00
config-example.edn Update config-example.edn 2021-04-20 11:31:13 +02:00
doc Add documentation 2019-08-04 11:22:57 +02:00
Dockerfile Fix 2024-05-28 22:38:57 +02:00
icon.png Update icon 2019-09-05 23:16:30 +02:00
isahn_history.json Update 2024-05-28 22:10:24 +02:00
LICENSE First commit 2019-07-29 20:02:33 +02:00
Makefile Update launcher 2024-05-28 22:26:13 +02:00
project.clj Filter Ask HN 2022-01-02 10:06:34 +01:00
README.md Update README.md 2021-08-08 00:20:20 +02:00

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