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
&Jsoup
script inIdea
; - Add your
username
andpassword
to the script (optionally followed by the number of exercises/pages to skip); - Run the main and wait for the output;
git
,gradle
andbash
command 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
git
is initialized, the solutions and tests are committed and aGradle
project structure is generated.