Skip to content

Latest commit

History

History
59 lines (44 loc) 路 2.28 KB

README.md

File metadata and controls

59 lines (44 loc) 路 2.28 KB


CV-ARXIV-DAILY
Automatically Update CV Papers Daily using Github Actions

This repository hosts the source code for cv-arxiv-daily, an useful sripts to fetch arxiv paper daily.

Overview

This codebase is composed of the following parts:

  • daily_arxiv.py: main scripts to processing given configurations
  • config.yaml: configuration file of papers' keywords etc.

Usage

Table of Contents
  1. Fork this repo
  2. Edit configs:
  3. Config Github Actions
    • Enable read and write permissions: Setting -> Actions -> Workflow permissions, select Read and write permissions and save.
    • Enable workflows: Actions -> I understand my workflows, go ahead and enable them -> Select Run Arxiv Papars Daily in right sidebar and click Enable workflow -> click Run workflow wait about 1 min until the job update done. The same for the job Run Update Paper Links Weekly.
  4. Setting Gitpages (optional)
  5. Add new keywords (optional)
    • Edit keywords in config.yaml, you can add more filters or keywords.
    • Push changes to remote repo and re-run Github Actions Manually.

Release plan

We are still in the process of fully releasing. Here is the release plan:

  • Configuration file
  • Update code link
  • Subscribe & Update alerting
  • Support more arxiv filters
  • Archive old papers
  • Language translation (ChatGPT)
  • Usefull comments
  • ...