Skip to content

arunmallya/openreview_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is made for Area Chairs of conferences that use OpenReview.
Tired of having to manually copy ratings from OpenReview to your tracker spreadsheet?
Tire no more!

This repo will render a summary of the papers in your AC batch:
Sample output

Or locally,

Step 0:

Create a virtualenv, install dependencies.

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Step 1:

Enter your OpenReview credentials in the .env file.

USERNAME=<YOUR-USERNAME>
PASSWORD=<YOUR-PASSWORD>

Step 2:

Run the script to log into your account, gather submission info, and print it.

For CVPR 2026, try this:

>> python run.py --conf cvpr_2026 --headless

Opening https://openreview.net/group?id=thecvf.com/CVPR/2026/Conference/Area_Chairs
Logging in.
Waiting for page to finish loading...
Logged in.
Found 15 submissions.
1, 1234, To boop or not to boop?, 2, 3
...
15, 214, Ursidae are all you need, 4, 4

Skip --headless if you want to watch it do the web navigation.
You can skip reviews with the --skip_reviews flag.

About

Python scripts to help ACs with OpenReview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages