https://github.com/coldnew/esunconsulting.clj
Clojure library to fetch report link from esunconsulting.
https://github.com/coldnew/esunconsulting.clj
clojure stock taiwan
Last synced: 7 months ago
JSON representation
Clojure library to fetch report link from esunconsulting.
- Host: GitHub
- URL: https://github.com/coldnew/esunconsulting.clj
- Owner: coldnew
- License: agpl-3.0
- Created: 2018-03-09T04:00:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T06:10:17.000Z (over 7 years ago)
- Last Synced: 2025-01-15T12:14:24.065Z (9 months ago)
- Topics: clojure, stock, taiwan
- Language: Clojure
- Homepage: https://coldnew.github.io/esunconsulting.clj
- Size: 74.2 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# esunconsulting.clj
[](https://github.com/coldnew/esunconsulting.clj)
[](http://opensource.org/licenses/AGPL-3.0)
[](https://circleci.com/gh/coldnew/esunconsulting.clj)A Clojure library designed to fetch report from [Esunconsulting](https://www.esunconsulting.com.tw/all_reports.asp) and create hash-map.
[](http://clojars.org/coldnew/esunconsuling)
[Latest codox API docs](https://coldnew.github.io/esunconsulting.clj/).
## Usage
```clojure
(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 :訪談報告}]```
## Examples- [esunconsulting-bot](https://github.com/coldnew/esunconsulting-bot)
A real-life example use this library to fetch reports from [Esunconsulting](https://www.esunconsulting.com.tw/all_reports.asp) and send to telegram group.
## License
Copyright © 2018 Yen-Chin, Lee <>
Distributed under the [GNU Affero General Public License 3.0 (AGPL-3.0)](https://www.gnu.org/licenses/agpl-3.0.en.html).