Is it possible to clone a list of repos from GitHub and run a plagiarism check on them?
Example:
- A file with the list of GitHub repo (let's say 10) - this file can be called "big"
- A file with the list of GitHub repo (let's say 2) - this file can be called "small"
I want to compare "small" against "big".
So I need to clone all repo links in the "big" file and also clone all repo in the "small" file and then compare and return links with the plagiarized cases.
Thank you.