important-stories-alert-for.../README.md
2019-08-05 10:34:52 +02:00

731 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

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