aly202012 / scrap_arxiv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python code can scrap arxiv web site and put them on csv file

cd scrap_arxiv

pip install .

sample usage

paper = Paper(from_="2022-05-020",
              to_="2022-05-26",
              set_="cs",
             )
 arxiv = arXiv(paper)

Get today's papers

paper = Paper()
arxiv = arXiv(paper)

About


Languages

Language:Python 100.0%