# Viper Ripper! This is my spin for a cross platform gallery ripper app for [vipergirls](https://vipergirls.to) website. The purpose of this project is to build a robust and clean application to conveniently download photo galleries using modern web technologies, Java + Spring boot for the back end and angular + electron for the front end. ## How to build You need a recent version of maven 3.6.1+. The application support 2 build modes: - Desktop app: Self contained app, built with electron includes Java runtimes. - Server app: Depends on Java runtimes, you need a web browser to access the app UI. Most people will be interested only on the desktop app, however if you have a nas or a server, the server app is there for you. To build the server app: mvn clean install -DskipTests To build the desktop app: mvn clean install -Pelectron -DskipTests Maven will automatically handle front end compilation. However, for development, you will need to install a recent version of nodejs on your system. [![Donate with PayPal](https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SC7M5LNWZ528Q)