Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.
/ mtc Public archive

💀 Elegantly transfer files from Wikipedia to Commons

License

Notifications You must be signed in to change notification settings

fastily/mtc

Repository files navigation

MTC!

JDK-11+ License: GPL v3

⚠️ THIS PROJECT IS NO LONGER MAINTAINED, see mtc-cli

MTC! is a tool that helps simplify and automate the file imports from Wikipedia to Commons.

Build

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

Run

./gradlew mtc-ui:run