A Clojure library designed to fetch report from Esunconsulting and create hash-map.
(ns esunconsulting-test.core
(:require [esunconsulting :refer [get-report]))
;; get reports map from page 1
(get-report 1)
;; => [{:title "A" :link "http://b.pdf" :date "20180309" :type :台股晨訊}
;; => {:title "C" :link "http://d.pdf" :date "20180309" :type :訪談報告}]
-
A real-life example use this library to fetch reports from Esunconsulting and send to telegram group.
Copyright © 2018 Yen-Chin, Lee <[email protected]>
Distributed under the GNU Affero General Public License 3.0 (AGPL-3.0).