Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjun0812/paperswithcode-notification
PapersWithCodeの情報をSlackに通知する
https://github.com/mjun0812/paperswithcode-notification
Last synced: about 2 months ago
JSON representation
PapersWithCodeの情報をSlackに通知する
- Host: GitHub
- URL: https://github.com/mjun0812/paperswithcode-notification
- Owner: mjun0812
- Created: 2024-01-18T01:42:10.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T09:34:42.000Z (10 months ago)
- Last Synced: 2024-03-18T10:59:32.032Z (10 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PapersWithCode Notification
PapersWithCode の情報を取得して通知する.
## Install
```bash
cp env.template .env
vim .env
docker compose build
docker compose up -d
```## `trend.py`
PapersWithCode のトップページに表示される trend の論文を slack に通知する.
`.env`に DeepL か GCP の Translation API の token を設定しておくと,Absruct の日本語訳も一緒に通知される.## References