2024-04-21 10:25:27 +01:00
2023-11-14 01:03:46 +01:00
2024-03-17 15:33:02 +01:00
2024-04-21 10:24:55 +01:00
2024-04-19 21:38:06 +01:00
2024-04-19 21:38:06 +01:00
2024-03-17 13:53:57 +01:00
2024-03-17 18:02:32 +01:00
2024-02-24 00:04:44 +01:00
2024-04-21 10:25:27 +01:00
2024-03-17 18:07:09 +01:00
2023-08-31 23:28:59 +01:00

VRipper!

This is my spin for a cross-platform gallery ripper for vipergirls.to.

GitHub Image

Requirements

Direct access to vipergirls.to (or one of its alternative domains), consider using a VPN otherwise.

Installing VRipper

Windows macOS Linux Java
Installer (EXE)
Installer (MSI)
Portable (ZIP)
Installer (DMG)
Installer (PKG)
Portable (ZIP)
Linux (amd64) (DEB)
Linux (x86_64) (RPM)
Portable (ZIP)
Java GUI (noarch)
Java Web (noarch)

Source code and previous versions are available on the Releases page.

Application data (application logs, settings and persisted data) is stored in C:\USERS\<your Windows username>\vripper (Windows) or HOME_FOLDER/.config/vripper (Linux and macOS)

Supported Image Hosts

The following hosts are supported:

  • acidimg.cc
  • imagetwist.com
  • imagezilla.com
  • imgspice.com
  • imagebam.com
  • imgbox.com
  • imx.to
  • pimpandhost.com
  • pixhost.to
  • pixxxels.cc
  • turboimagehost.com
  • postimg.cc
  • imagevenue.com
  • pixroute.to
  • vipr.im

Instructions to run from Jar file

You need Java 21+, you can download from https://adoptium.net/

Download the latest jar file from the Release page, open a command prompt and run the jar file using the following command

For the GUI app

javaw -jar vripper-gui.jar

For the WEB app

java -jar vripper-web.jar

Application data (application logs, settings and persisted data) is stored in the location where you launched the jar for both GUI and WEB

How to build

You need JDK 21 and a recent version of maven 3.8.x+

To build, run the following command:

mvn clean install

Build artifact is located under

vripper-project\vripper-gui\target\vripper-gui-{{version}}-jar-with-dependencies.jar

Copy the artifact into any other folder and run:

java -jar vripper-gui-{{version}}-jar-with-dependencies.jar
S
Description
No description provided
Readme GPL-3.0
5.8 MiB
Languages
Kotlin 84.3%
TypeScript 10.2%
HTML 4.9%
SCSS 0.6%