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 481e0d8b35 Update Readme
2019-08-05 10:32:59 +02:00
src/isahn Fix doseq stories 2019-08-05 10:20:56 +02:00
test/isahn First commit 2019-07-29 20:02:33 +02:00
.gitignore Add example 2019-08-02 00:02:22 +02:00
CHANGELOG.md First commit 2019-07-29 20:02:33 +02:00
config-example.edn Update dev tools and fix write history 2019-08-04 01:13:30 +02:00
doc Add documentation 2019-08-04 11:22:57 +02:00
LICENSE First commit 2019-07-29 20:02:33 +02:00
Makefile Update Readme 2019-08-05 10:32:59 +02:00
project.clj Add documentation 2019-08-04 11:22:57 +02:00
README.md Update Readme 2019-08-05 10:32:59 +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

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