Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Automate code submission in codechef through selenium script

The aim of the program is to submit a simple code solution for the problem COVID RUN to CodeChef website website using automated script.

Libraries used:

Pre-requisites:

  • Chromedriver has to be installed before executing the program
  • An existing account in CodeChef.com

>> pip3 install selenium

>> pip3 install webdriver-manager

Usage:

>> python codechef_selenium_script.py

I/O:

Enter codechef username: $(username)

Enter codechef password: $(password)

Enter your solution filename with extension(file must be present in the same directory): $(solution)

Successfully submitted the solution!