Skip to content

Getting Started

mspector edited this page Aug 15, 2018 · 9 revisions

Python API Wrapper

The best way to interact with OpenReview's REST API is by using openreview-py, a Python module available on the Python Package Index.

openreview-py can be installed with the pip command as follows:

pip install openreview-py

You can also clone the openreview-py github repository and install it directly like so:

pip install <path-to-repo-directory>

Examples

You can find some examples in the openreview-py docs.

Clone this wiki locally