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

https://github.com/iwasakishuto/paper-summary2slack

arxivの論文をChatGPTで要約して、Slackに流す。
https://github.com/iwasakishuto/paper-summary2slack

arxiv chatgpt github-actions python slack

Last synced: 2 months ago
JSON representation

arxivの論文をChatGPTで要約して、Slackに流す。

Awesome Lists containing this project

README

          

# Paper Summary to Slack

Architecture
GitHub Version
License


Answer UTokyo Health Management Report Form

Github Actions を用いて、日々、論文の要約を Slack に流す。

## How to use?

The program can be executed by the following two methods, but the former is recommended.

### 1. Automatic Execution with Github Actions (recommended)

1. 🚀 Join GitHub.
2. 🍴 Fork this Repository.
3. ✅ Enable Github Actions in YOUR FORKED REPOSITORY.
4. ✏️ Register necessary information in GitHub Secrets.
- `OPENAI_API_KEY`
- `SLACK_API_TOKEN`
- `SLACK_CHANNEL`

### 2. Install in your Local Env

You can also install it in your own environment and run it as appropriate.