Collects all accepted codes submitted within the given timeframe of any contest
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