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?
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