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:

HackerRank_Scraper

Installation:

In Terminal:

  • Run pip install selenium
  • Run pip install pyperclip

Downloads:

Procedure:

Type chrome://version in Chrome Search Bar

according to your chrome version and Operating System Download ChromeDriver zip file

Unzip (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

 

 

 

To finish reading, please visit source site