Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gozzilli
gozzilli / nips_downloader.py
Last active December 7, 2017 07:38
Extract the first page of all NIPS papers and combine them in one PDF file
"""Extract the first page of all NIPS papers and combine them in one PDF file
:author: Davide Zilli
:date: 03 Dec 2017
:lastedit: 03 Dec 2017
"""
import os
import requests
from PyPDF2 import PdfFileWriter, PdfFileReader