MTC! is a tool that helps simplify and automate the file imports from Wikipedia to Commons.
First, clone jwiki, build, and publish it to your local maven repository:
git clone 'https://github.com/fastily/jwiki.git' && \
cd jwiki && \
./gradlew -x test publishToMavenLocal
Next, clone wp-toolbox, build, and publish it to your local maven repository:
git clone 'https://github.com/fastily/wp-toolbox.git' && \
cd wp-toolbox && \
./gradlew -x test publishToMavenLocal
Then, clone and build this project with:
git clone 'https://github.com/fastily/mtc.git' && \
cd mtc && \
./gradlew build mtc-ui:doDist
./gradlew mtc-ui:run