Skip to content

dw-dengwei/paper_down

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This tool provide a pipeline that can help you download PDF(s), merge them into a single file and rename it based on the venue, title and authors.

Usage

  1. Write config.json at ${HOME}/.config/paper-down/config.json with the following format:
{
  "temp_filename_1": "__TEMP__1.pdf",
  "temp_filename_2": "__TEMP__2.pdf",
  "temp_filename": "__TEMP__.pdf",
  "save_root": REPLACE_WITH_YOUR_ROOT
}
  1. Note that the save_root property is where PDFs save, such as /home/user/documents/papers/. In this directory, it should contain some directories like:
YOUR_ROOT
├── LLM
├── Image Generation 
├── 3D Reconstruction
├── Face Recognition
├── ...
  1. Install paper-downloader:
pip install paper-downloader
  1. Start!
pd
  1. Input information

Input

  • First URL (required): The PDF URL
  • Second URL (optional): Usually supplemental materials
  • Title: Paper title
  • Author name: Author's name
  • Venue: venue
  1. Choose Location

Choose

Choose a location that you want to save to based on the config.json file you created.

  1. Confirm

Confirm

Conform your inputs and choice.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages