papers-we-love_papers-we-love/scripts
Gonzalo Bella 18cd311325
Use relative paths in scripts/download.sh (#632)
If there is another folder with the same name in your path when running
the script, it will enter that folder and recursively try to download
all the files. It the folder is big enough, it can hang the computer.

Co-authored-by: Gonzalo Bella <gonzalobella@gambitresearch.com>
2021-11-26 12:20:27 -05:00
..
download.sh Use relative paths in scripts/download.sh (#632) 2021-11-26 12:20:27 -05:00
README.md Added script to download all (pdf) papers locally (#597) 2020-03-28 00:45:44 -04:00

Scripts

Scripts for working with repository content.

Download Utility

A convenience script to download papers. This will scrape the README.md files for URLs containing links to pdfs and download them to their respective directories.

The download utility is idempotent and can be run multiple times safely.

Usage

Open your favourite terminal and run:

$ ./scripts/download.sh

Optionally, to download specific topics specify their directories as arguments:

$ ./scripts/download.sh android concurrency