ankurdua15's blog

By ankurdua15, history, 5 years ago, In English

I have recently organized a private college contest on codeforces groups and I would like to check for plagiarism. I thought of downloading all submissions and then using MOSS but I am unable to find any relevant method in API documentation of codeforces. How should I proceed or is there any better way?

  • Vote: I like it
  • +39
  • Vote: I do not like it

»
5 years ago, # |
Rev. 2   Vote: I like it +10 Vote: I do not like it

I have made a Python script using selenium which downloads all accepted solutions, problem wise. In case a user has multiple accepted solutions, it downloads the first accepted one. It is not a very well written script but serves the purpose. The account that is entered has to have manager access to the group. https://github.com/prakhar17252/codeforces-group-code-downloader/blob/master/downloader.py