Skip to content

Download papers and supplemental materials from paper website, such as AAAI, ACCV, AISTATS, COLT, CVPR, ECCV, ICCV, ICLR, ICML, IJCAI, JMLR, NIPS.

License

Notifications You must be signed in to change notification settings

sorrowyn/paper_downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper_downloader

Download papers and supplemental materials from paper website, such as AAAI, AISTATS, COLT, CVPR, ECCV, ICCV, ICLR, ICML, IJCAI, JMLR, NIPS, WACV.


The number of papers that could be downloaded using this repo:

year\name AAAI ACCV AISTATS COLT CVPR ECCV ICCV ICLR ICML IJCAI JMLR NIPS WACV
1969 -- -- -- -- -- -- -- -- -- 64 -- -- --
1971 -- -- -- -- -- -- -- -- -- 66 -- -- --
1973 -- -- -- -- -- -- -- -- -- 85 -- -- --
1975 -- -- -- -- -- -- -- -- -- 146 -- -- --
1977 -- -- -- -- -- -- -- -- -- 251 -- -- --
1979 -- -- -- -- -- -- -- -- -- 12 -- -- --
1980 95 -- -- -- -- -- -- -- -- -- -- -- --
1981 -- -- -- -- -- -- -- -- -- 108 -- -- --
1982 104 -- -- -- -- -- -- -- -- -- -- -- --
1983 92 -- -- -- -- -- -- -- -- 237 -- -- --
1984 69 -- -- -- -- -- -- -- -- -- -- -- --
1985 -- -- -- -- -- -- -- -- -- 259 -- -- --
1986 194 -- -- -- -- -- -- -- -- -- -- -- --
1987 149 -- -- -- -- -- -- -- -- 246 -- 90 --
1988 159 -- -- -- -- -- -- -- -- -- -- 94 --
1989 -- -- -- -- -- -- -- -- -- 269 -- 101 --
1990 173 -- -- -- -- 49 -- -- -- -- -- 143 --
1991 144 -- -- -- -- -- -- -- -- 192 -- 144 --
1992 134 -- -- -- -- 49 -- -- -- -- -- 127 --
1993 135 -- -- -- -- -- -- -- -- 138 -- 158 --
1994 302 -- -- -- -- 98 -- -- -- -- -- 140 --
1995 -- -- 64 -- -- -- -- -- -- 282 -- 152 --
1996 275 -- -- -- -- 98 -- -- -- -- -- 152 --
1997 186 -- 57 -- -- -- -- -- -- 180 -- 150 --
1998 187 -- -- -- -- 98 -- -- -- -- -- 151 --
1999 182 -- 17 -- -- -- -- -- -- 204 -- 150 --
2000/v1 221 -- -- -- -- 98 -- -- -- -- 11 152 --
2001/v2 -- -- 46 -- -- -- -- -- -- 17 31 197 --
2002/v3 187 -- -- -- -- 196 -- -- -- -- 59 207 --
2003/v4 --- -- 44 -- -- -- -- -- 121 297 59 198 --
2004/v5 177 -- -- -- -- 190 -- -- 118 -- 56 207 --
2005/v6 328 -- 56 -- -- -- -- -- 133 350 73 207 --
2006/v7 393 -- -- -- -- 192+11 -- -- -- -- 100 204 --
2007/v8 375 -- 86 -- -- -- -- -- 150 478 91 217 --
2008/v9 355 -- -- -- -- 196 -- -- 158 -- 97 250 --
2009/v10 -- -- 84 -- -- -- -- -- 160 342 100 262 --
2010/v11 300 -- 126 -- -- 286+63 -- -- 159 -- 118 292 --
2011/v12 302 -- 108 43 -- -- -- -- 153 490 105 306 --
2012/v13 353 -- 160 46 -- 329+147 -- -- 243 -- 119 368 --
2013/v14 251 -- 72 50 471+156 -- 455+142 -- 283 496 84 360 --
2014/v15 447 -- 124 61 545+125 334+158 -- 35 310 -- 120 411 --
2015/v16 455 -- 134 77 602+133 -- 526+133 42 270 656 118 403 --
2016/v17 676 -- 168 70 643+194 372+132 -- 80 322 658 236 568 --
2017/v18 765 -- 175 75 783+281 -- 621+353 198 434 781 234 679 --
2018/v19 1102 -- 230 94 979+346 732+262 -- 336 466 870 84 1009 --
2019/v20 1343 -- 403 127 1294+612 -- 1075+498 502 773 964 184 1428 --
2020/v21 1864 254+13 796 126 1467+517 1358 -- 687 1084 776 254 1899 378+24
2021/v22 1961 -- 845 140 1660+517 -- 1612+465 860 1183 723 290 2334 406+23
2022/v23 1624 492 155 2077+562 1645 -- 54+176+865 1234 862 218 406+80

paper_downloader_AAAI.py uses the IDM to download AAAI 1980-present papers.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
tqdm (pip install tqdm)
slugify (pip install python-slugify)
win32com (pip install pywin32)


paper_downloader_AISTATS.py uses the IDM to download AISTATS 2007-present papers, the supplemental material could be merged with the main paper into one single pdf file or be merged with the main paper into one folder.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
PyPDF3 (pip install PyPDF3)
tqdm (pip install tqdm)
slugify (pip install python-slugify)
win32com (pip install pywin32)
html5lib (pip install html5lib)


paper_downloader_COLT.py uses the IDM to download COLT 2011-present papers.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
tqdm (pip install tqdm)
slugify (pip install python-slugify)


paper_downloader_CVF.py uses the IDM to download ACCV(2020-present), CVPR (2013-present), ICCV (2013-present) papers and WACV(2020-present) papers, the supplemental material could be merged with the main paper into one single pdf file or be merged with the main paper into one folder.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
PyPDF3 (pip install PyPDF3)
tqdm (pip install tqdm)
slugify (pip install python-slugify)


paper_downloader_ECCV.py uses the IDM to download ECCV 1990-present papers, the supplemental material could be merged with the main paper into one single pdf file or be merged with the main paper into one folder.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
PyPDF3 (pip install PyPDF3)
tqdm (pip install tqdm)
slugify (pip install python-slugify)
win32com (pip install pywin32)
html5lib (pip install html5lib)


paper_downloader_ICLR.py uses the IDM to download ICLR 2014-present oral, spotlight and poster papers.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
selenium (pip install selenium)
slugify (pip install python-slugify)
tqdm (pip install tqdm)
win32com (pip install pywin32)
html5lib (pip install html5lib)


paper_downloader_ICML.py uses the IDM to download ICML 2002-present papers, the supplemental material could be merged with the main paper into one single pdf file or be merged with the main paper into one folder.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
PyPDF3 (pip install PyPDF3)
tqdm (pip install tqdm)
slugify (pip install python-slugify)


paper_downloader_IJCAI.py uses the IDM to download IJCAI 1969-present papers.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
tqdm (pip install tqdm)
slugify (pip install python-slugify)
win32com (pip install pywin32)


paper_downloader_JMLR.py uses the IDM to download JMLR volume 1-present papers.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
tqdm (pip install tqdm)
slugify (pip install python-slugify)
win32com (pip install pywin32)
html5lib (pip install html5lib)


paper_downloader_NIPS.py uses the IDM to download NIPS 1987-present papers, the supplemental material could be merged with the main paper into one single pdf file or be merged with the main paper into one folder.

fork from Han-Jia/NIPS2018_Download and update it.

required

IDM (Internet Download Manager software)
python3
bs4 (pip install bs4)
PyPDF3 (pip install PyPDF3)
tqdm (pip install tqdm)
slugify (pip install python-slugify)
win32com (pip install pywin32)
html5lib (pip install html5lib)

KNOWN ISSUES

issue with pywin32

ERROR: After install pywin32, a error may accour: ImportError: DLL load failed while importing win32api: 找不到指定的模块.
SOLUTION: Get into the python interpreter path/Scripts folder and run this command in CMD: python pywin32_postinstall.py -install

About

Download papers and supplemental materials from paper website, such as AAAI, ACCV, AISTATS, COLT, CVPR, ECCV, ICCV, ICLR, ICML, IJCAI, JMLR, NIPS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%