This crawler will gather all your solved exercises, their descriptions, submit times, difficulty and even tests, if possible.
It will generate a series of git commits (as command line script) for each exercise, with the correct date, message and content.
It will also add a basic gradle build and run it after the script is run.
See my own exported solutions at:
- Import the provided 
Kotlin&Jsoupscript inIdea; - Add your 
usernameandpasswordto the script (optionally followed by the number of exercises/pages to skip); - Run the main and wait for the output;
git,gradleandbashcommand will be generated (nothing is run), you can decide what to execute - linux only;
 - Paste and run the content of the generated commands in the terminal, in the empty folder where you want the files to be placed;
 - Sit back and relax while 
gitis initialized, the solutions and tests are committed and aGradleproject structure is generated.