Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 610 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 610 Bytes

arxiv_tool

  • fetch: download arxiv paper pdf with url
  • sync: collect and organize paper urls in markdown, automatically download pdfs and update markdown content

Install

requirements: Python >= 3.9

git clone [email protected]:huxycn/arxiv_tool.git
cd arxiv_tool
pip install .

Example

arxiver fetch https://arxiv.org/abs/1706.03762

arxiver sync ./tests/mds/test.md

Rule

test.md

- {{https://arxiv.org/abs/1706.03762}}
- ResNet: {{https://arxiv.org/abs/1512.03385}}

pdf save name: first paper will use full title, second paper will use alias title -- "ResNet"