Script to download articles from Arxiv. Loads the metadata, PDF and txt files for each article.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Docker and Docker-compose must be installed for successful launch.
-
Download the repository;
-
You need to add the config.ini file to the configs folder. config.ini example:
[DEFAULT] ACCESS_KEY = <key> SECRET_KEY = <key>
-
Open a terminal and go to the repository directory.
cd <path to repos>
-
Build
docker-compose build
-
Run
docker-compose up