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に流す。
- Host: GitHub
- URL: https://github.com/iwasakishuto/paper-summary2slack
- Owner: iwasakishuto
- License: mit
- Created: 2023-04-18T21:36:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T07:06:44.000Z (almost 3 years ago)
- Last Synced: 2026-04-12T11:39:35.540Z (2 months ago)
- Topics: arxiv, chatgpt, github-actions, python, slack
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Paper Summary to Slack
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.
