zhenqi-he / arxiv_scraper

Crawling information of Arxiv paper published within designed date and under certain category

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arxiv_scraper

This repo is developed based on the guide in the official Arxiv website here

Run the following code to start fetching paper published within start_date to end_date under the designed category.

python arxiv_scraper.py --start_date='2022-01-01' --end_date='2023-06-30' --category='cs.AI'

The available options for sub-category under computer science (cs) are under cs_category.txt

About

Crawling information of Arxiv paper published within designed date and under certain category


Languages

Language:Python 98.2%Language:Shell 1.8%