You can get a list of all of the venues in OpenReview like so:
venues = client.get_group(id='venues').members print(venues)
Last updated 8 months ago