Skip to content

Commit 18707fa

Browse files
committed
[update] readme, score_thresholdの解説を追加 #36
1 parent 6306d5a commit 18707fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,15 @@
136136
137137
<img src='./data/images/11.png' width='800'>
138138
139+
## その他の設定
140+
- **score threshold**
141+
通知するスコアに閾値を設定することができます。`score >= scrore_threshold` を満たす論文のみ通知させることができま
142+
す。 `config.yaml` 内の、`score_threshold` で設定できます(デフォルトは0になっています)。
143+
139144
140145
## Thanks
141-
- [hppさん](https://github.com/hppRC)のお力をお借りして、v2.0.0から `github` だけで動作するようになりました。ご協力ありがとうございました。
146+
- [hppさん](https://github.com/hppRC)のPRにより、github actionsを使うことにより `github` だけで動作するようになりました。
147+
148+
- [wakamezakeさん](https://github.com/wakamezake)のPRにより、arxiv-apiを導入しました。
149+
150+
- [amagaeruさん](https://github.com/amagaeru1113)のPRにより、LINE通知機能を実装しました。

0 commit comments

Comments
 (0)