Simple application to grab your code solutions from http://www.codeeval.com and store locally
CodeEvalCrowler performs login on the CodeEval site via Chrome Web Driver, browses all 'Solved' solutions and stores them locally in 'challenges' folder.
P.S. CodeEval username and password are passed as command line parameters
sbt "runMain CodeEvalCrowler codeeval_username codeeval_password>"