diff --git a/icon.png b/icon.png index 90e8358..90cd388 100644 Binary files a/icon.png and b/icon.png differ diff --git a/src/isahn/core.clj b/src/isahn/core.clj index f3549ff..7db62fd 100644 --- a/src/isahn/core.clj +++ b/src/isahn/core.clj @@ -10,7 +10,8 @@ ;; URL send for Telegram (def url_telegram_send (str "https://api.telegram.org/" (:bot_token env) "/sendMessage")) -;; URLs from API Hacker News + +;; URLs from API Hacker News (def url_all_stories "https://hacker-news.firebaseio.com/v0/topstories.json") ;; Min score (def min_score (:min_score env))