openreview / openreview-py

Official Python client library for the OpenReview API
https://openreview-py.readthedocs.io/en/latest/
MIT License
134 stars 18 forks source link

feat: generate plagiarism reports for AAAI submissions #2213

Open akshatchhabra opened 1 week ago

akshatchhabra commented 1 week ago

Creating a script to generate plagiarism reports for AAAI submissions using iThenticate API

carlosmondra commented 1 week ago

Is there a reason to use curl instead of the requests library that is already installed in the library?

akshatchhabra commented 1 week ago

Is there a reason to use curl instead of the requests library that is already installed in the library?

I had just copied the commands from the API documentation and was using them to run a sample script. I'll make the change and use the requests library instead.