Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 900 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 900 Bytes

Daily Arxiv

A python script to automatically update papers daily from arxiv using Github Actions.

Usage

  1. Fork this repo
  2. Check Settings->Actions->General->Workflow permissions, choose Read and write permissions and save
  3. Change GITHUB_USER_NAME and GITHUB_USER_EMAIL to yours in file .github/workflows/daily-arxiv-update.yml
  4. Go to Settings->Pages, choose Deploy from a branch in Source, choose main and /docs in Branch and save
  5. Change keywords in config.toml following given format
  6. Run workflow Update arxiv in Actions

Todo

  • Implement code link
  • Pull index.md to Github Pages
  • Logging timezone
  • Add back-to-top

References

The following is a list of resources that I used as reference and inspiration.