a python code for scraping arXiv and inSPIRE-HEP.
This code has been inspired by Analysing the arXiv, a fantastic article by Tim Head.
In order to install arXiv
run the following in the terminal:
git clone https://github.com/syasini/arXiv.git
cd arXiv-harvester
pip install .
or
python setup.py install