Skip to content

PaperRepos/Today_arxiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today_arxiv

This is a repo presenting a simple python script for arxiv crawling. If you want to catch up the latest papers in your research areas, this project will help!

Setup

git clone https://github.com/PaperRepos/Today_arxiv.git && cd Today_arxiv
pip install -r requirements.txt

Run

python arxiv.py
cat today_arxiv.txt

Demo GIF

Tweak for your purpose

arXiv categories

In the script, you can add/remove the arxiv category to crawl. As shown above, you can edit arxiv.py to get what you want. There is categories, the categories to fetch; the arxiv categories can be found here.

Number of papers in each category

Another knob is the number of papers to fetch in each category. By default, it is set as 100. You can also adjust this by your convenience.

Releases

No releases published

Packages

No packages published

Languages