Блог пользователя ankurdua15

Автор ankurdua15, история, 5 лет назад, По-английски

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?

  • Проголосовать: нравится
  • +39
  • Проголосовать: не нравится

»
5 лет назад, # |
Rev. 2   Проголосовать: нравится +10 Проголосовать: не нравится

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