An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# esunconsulting.clj
[![Open Source Love](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/coldnew/esunconsulting.clj)
[![AGPL License](http://img.shields.io/badge/license-AGPL%20v3-red.svg?style=flat)](http://opensource.org/licenses/AGPL-3.0)
[![Circle CI](https://circleci.com/gh/coldnew/esunconsulting.clj.svg?style=svg)](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.

[![Clojars Project](https://clojars.org/coldnew/esunconsulting/latest-version.svg)](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).