danielphan2003 / arxiv-daily-summaries

An issue a day keeps the paper overload away.
1 stars 0 forks source link

arXiv Daily Summaries

This project creates an issue on every work day with the latest arXiv pre-prints matching a given set of keywords. It also creates a TL;DR summary automatically using BART by default.

Configuration

In config.json file, you can specify:

Usage

1. Fork it to your repository on Github

2. Update config.json

{
  "enable_emojis": true,
  "keywords": ["iot"],
  "assignees": ["danielphan2003"],
  "tldr_max_length": 200
}

3. Run a orkflow

To test the functionality, you can click "Run Workflow button" for an immediate run.