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:

Or locally,
Create a virtualenv, install dependencies.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtEnter your OpenReview credentials in the .env file.
USERNAME=<YOUR-USERNAME>
PASSWORD=<YOUR-PASSWORD>
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, 4Skip --headless if you want to watch it do the web navigation.
You can skip reviews with the --skip_reviews flag.