jyhong836 / AutoPaperFetch

Automatically fetch accepted papers from conference (e.g., NeurIPS) and download available papers from arxiv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Paper Fetch

Supported conference

  • NeurIPS2021 (initial accepted paper list), Updated Date: 11/02/2021

Usage:

usage: paper_fetcher.py [-h] [--download] keyword

Automatically search and download papers from conference.

positional arguments:
  keyword     download pdf files if available on ArXiv.

optional arguments:
  -h, --help  show this help message and exit
  --download  download pdf files if available on ArXiv.

Example: Search for keyword federated:

python paper_fetcher.py federated --download

Author: Junyuan Hong

About

Automatically fetch accepted papers from conference (e.g., NeurIPS) and download available papers from arxiv.

License:MIT License


Languages

Language:Python 65.5%Language:Jupyter Notebook 34.5%