Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mjun0812/paperswithcode-notification

PapersWithCodeの情報をSlackに通知する
https://github.com/mjun0812/paperswithcode-notification

Last synced: about 2 months ago
JSON representation

PapersWithCodeの情報をSlackに通知する

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