Papers Are All You Need
Download research papers:
- Containing keywords in the title
- By your favorite authors
- By your favorite affiliations/ labs
Currently only supports NeurIPS. Looking for contributors to expand this to other conferences and expand the feature set!
Usage
Edit config.ini
with your parameters. It's ok to leave title_kw
, author_kw
, or affiliation_kw
blank.
Confirguation options
conference Name of conference
year Year(s) of conference
title_kw Keywords to search for in title of papers
author_kw Names of authors to search for
affiliation_kw Names of affiliations/labs to search for
template File name format for saving pdfs e.g. `year-author-title` will save papers
as the year the paper was last published, followed by the first author's name,
followed by the title, all in lower case. You can rearrange these three pieces.
save_dir Directory to save pdfs to
[DEFAULT]
conference = neurips
year = 2020
title_kw = graph, message-passing, node
author_kw =
affiliation_kw =
template = year-author-title
save_dir = /Downloads/neurips
and then run
python main.py
Search year range
[DEFAULT]
conference = neurips
year = 1987:2019
title_kw = graph, message-passing, node
author_kw =
affiliation_kw =
template = year-author-title
save_dir = /Downloads/neurips
Search specific years
[DEFAULT]
conference = neurips
year = 1999, 2012, 2018
title_kw = graph, message-passing, node
author_kw =
affiliation_kw =
template = year-author-title
save_dir = /Downloads/neurips