Skip to content

rscarrera27/PyArXiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyArXiv(improved_arxiv) License

improved ArXiv downloader that changes pdf name into real paper name.

1506.01497.pdf ==> Faster_R-CNN_Towards_Real-Time_Object_Detection_with_Region_Proposal__Networks.pdf

https://pypi.python.org/pypi/improved-ArXiv

pip install improved-arxiv

below code is example use.

from improved_arxiv.pyArXiv import ArXiv  

paper_id = 1506.01497  # example id

paper = ArXiv.query(paper_id)
paper.download()

About

ArXiv downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages