Collects all accepted codes submitted within the given timeframe of any contest
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/06/collects-all-accepted-codes-submitted-within-the-given-timeframe-of-any-contest_60d3b0fb931c2-375x210.jpeg)
Collects all accepted (partial and full scored) codes submitted within the given timeframe of any contest.
And saves them locally with a file name
for plagiarism check.
Demo:
Installation:
In Terminal:
- Run
pip install selenium
- Run
pip install pyperclip
Downloads:
Procedure:
Type
chrome://version
in Chrome Search Baraccording to your chrome version and Operating System Download
ChromeDriver
zip fileUnzip (extract) the file to your preferred location
Copy the
path
Changes:
Copy the Path of
chromedriver.exe
(Example:C:UsersuserDownloads
)add
chromedriver.exe
in the end (Example:C:UsersuserDownloadschromedriver.exe
)and change that with
____Chrome Driver Path_____
Before:
driver = webdriver.Chrome(r"___ChromeDriver