https://github.com/admk/cvpr-crawler
Download all conference posters and papers from CVPR.
https://github.com/admk/cvpr-crawler
Last synced: 15 days ago
JSON representation
Download all conference posters and papers from CVPR.
- Host: GitHub
- URL: https://github.com/admk/cvpr-crawler
- Owner: admk
- Created: 2021-06-24T09:04:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T08:00:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-02T17:50:19.718Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cvpr-crawler
Download all conference posters and papers from CVPR.
# intall
Require: Python >= 3.6
```bash
pip install bs4 requests
```
# usage
Login to the [conference page](https://www.eventscribe.net/2021/2021CVPR/),
and get cookies from your favorite browser,
and save them in `cookies.json`:
```json
{
"XXXXX": "AccountKey=XXXXXXXX",
"ASPSESSIONIDCWBSCQDA": "XXXXXXXXXXXXXXXXXXXXXXXX",
"ASPSESSIONIDCWRBASDC": "XXXXXXXXXXXXXXXXXXXXXXXX"
}
```
Run the following command:
```bash
python crawl.py
```