Skip to content

Latest commit

 

History

History
executable file
·
26 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

executable file
·
26 lines (14 loc) · 501 Bytes

arxiv-checker

This is a tool that automatically check recent papers of interest from arXiv (using only personally).

The preferred keywords are set in main.py, and the results can be seen in log.csv.

Using arxiv api wrapper in python and GitHub Actions.

  • main.py : specify keywords and execute search

  • functions.py : defined functions

  • log.csv : results log

  • .github/workflows/scheduledRun.yml : scheduled daily run

  • requirements.txt : required packages for github actions