Skip to content

e-tornike/arxiv-daily-summaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Features:

  • Keyword matching
  • Automatic TD;DR summarization
  • (Work)daily updates

Usage( github actions)

1. Clone and create new repository on Github

  • Create a repository to get notification in your github.
  • click "Settings"->"Secrets"->"New repository secret"
Name: GITHUB
# Authentication for user filing issue (must have read/write access to repository to add issue to)
Value: your_github_username,your_github_token

2. Update config.py

# The repository to add this issue to
REPO_OWNER = 'changeme'
REPO_NAME = 'changeme'

# Set new submission url of subject
NEW_SUB_URL = 'https://arxiv.org/list/cs/new'

# Keywords to search
KEYWORD_LIST = ["changeme"]

3. Workflow

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

About

An issue a day keeps the paper overload away.

Resources

Stars

Watchers

Forks

Languages