Skip to content

Download all conference posters and papers from CVPR.

Notifications You must be signed in to change notification settings

admk/cvpr-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

cvpr-crawler

Download all conference posters and papers from CVPR.

intall

Require: Python >= 3.6

pip install bs4 requests

usage

Login to the conference page, and get cookies from your favorite browser, and save them in cookies.json:

{
    "XXXXX": "AccountKey=XXXXXXXX",
    "ASPSESSIONIDCWBSCQDA": "XXXXXXXXXXXXXXXXXXXXXXXX",
    "ASPSESSIONIDCWRBASDC": "XXXXXXXXXXXXXXXXXXXXXXXX"
}

Run the following command:

python crawl.py

About

Download all conference posters and papers from CVPR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages