How to Export all Submission Attachments
How to extract PDFs and zip files associated with submissions.
If you have not done so, you will need to install and instantiate the openreview-py client.
First, get all of the submissions for your venue by doing the following:
3. Iterate through each submission. For each one, check if it has the attachment you are looking for, and if it does, export it. In this example, we are exporting pdfs and naming them with the format paper#.pdf.
4. If you wanted to extract a field called supplementary_material which authors uploaded as zip files, you could do the following instead:
PreviousHow to view Camera-Ready RevisionsNextHow to loop through Accepted Papers and print the Authors and their Affiliations
Last updated