Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 900 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 900 Bytes

arXiv-Spider

A Web Spider - to crawl papers on arXiv by specify the submission date

You can change the configuration in main.py

Belows are the variables and their explanations you may concern:

  • BASE_URLs: a list of the mirrors of arXiv.org, the program can randomly select the mirror address to download(to avoid the system to detect our crawler).
  • SAVE_DIR: the path to save the crawled files
  • WORKER_NUM: the total number of the threads(workers)
  • BEGIN_YEARBEGIN_MONTHEND_YEAREND_MONTH: With the default configuration, it can crawl the papers with submission dates from January 2015 to March 2018

Tips: When you meet the 403 error or "Access Denied" error, don't worry. It means the download speed was so fast that the system has detected our crawler. You should be patient, and try again a few minutes later.


Author: Xingw Xiong

Date: 2018-04-08