Skip to content

huxycn/arxiv_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages