2021-02-18 16:01:06 +01:00
# VRipper!
2019-08-03 16:26:19 +01:00
2022-07-23 16:42:52 +01:00
This is my spin for a cross-platform gallery ripper for [vipergirls.to ](https://vipergirls.to ).
2019-08-03 17:02:15 +01:00
2023-12-12 22:23:28 +03:00
2024-03-17 18:03:28 +01:00

2023-12-12 22:23:28 +03:00
## Requirements
Direct access to vipergirls.to (or one of its [alternative domains ](https://vipergirls.to/threads/5887340 )), consider using a VPN otherwise.
2024-02-26 10:01:12 +03:00
## Installing VRipper
<img src="https://github.com/stashapp/stash/raw/develop/docs/readme_assets/windows_logo.svg" width="100%" height="75"> Windows | <img src="https://github.com/stashapp/stash/raw/develop/docs/readme_assets/mac_logo.svg" width="100%" height="75"> macOS | <img src="https://github.com/stashapp/stash/raw/develop/docs/readme_assets/linux_logo.svg" width="100%" height="75"> Linux | <img src="https://images.vexels.com/media/users/3/166401/isolated/preview/b82aa7ac3f736dd78570dd3fa3fa9e24-java-programming-language-icon-by-vexels.png" width="100%" height="75"> Java
:---:|:---:|:---:|:---:
2024-03-17 18:07:09 +01:00
[Installer (EXE) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-windows-installer-5.5.0.exe ) <br /> [Installer (MSI) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-windows-installer-5.5.0.msi ) <br /> [Portable (ZIP) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-windows-portable-5.5.0.zip ) | [Installer (DMG) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-macos-5.5.0.dmg ) <br /> [Installer (PKG) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-macos-5.5.0.pkg ) <br /> [Portable (ZIP) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-macos-portable-5.5.0.zip ) | [Linux (amd64) (DEB) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-linux-5.5.0_amd64.deb ) <br /> [Linux (x86_64) (RPM) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-linux-5.5.0.x86_64.rpm ) <br /> [Portable (ZIP) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-linux-portable-5.5.0.zip ) | [Java GUI (noarch) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-noarch-gui-5.5.0.jar ) <br /> [Java Web (noarch) ](https://github.com/death-claw/vripper-project/releases/download/5.5.0/vripper-noarch-web-5.5.0.jar )
2024-02-26 10:01:12 +03:00
Source code and previous versions are available on the [Releases page ](https://github.com/death-claw/vripper-project/releases ).
2024-02-29 22:49:48 +03:00
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)`
2024-02-26 10:01:12 +03:00
2023-12-12 22:23:28 +03:00
## 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
2024-02-26 11:13:57 +01:00
## Instructions to run from Jar file
You need Java 21+, you can download from https://adoptium.net/
2023-12-12 22:23:28 +03:00
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
2019-08-03 17:02:15 +01:00
## How to build
2021-05-24 14:56:00 +01:00
2024-02-26 11:13:57 +01:00
You need JDK 21 and a recent version of maven 3.8.x+
2019-08-03 17:02:15 +01:00
2024-02-26 11:13:57 +01:00
To build, run the following command:
2019-08-03 17:02:15 +01:00
2022-07-23 16:42:52 +01:00
mvn clean install
2021-05-24 14:56:00 +01:00
2022-07-23 16:42:52 +01:00
Build artifact is located under
2019-08-03 17:02:15 +01:00
2024-02-26 11:13:57 +01:00
vripper-project\vripper-gui\target\vripper-gui-{{version}}-jar-with-dependencies.jar
2019-08-03 17:02:15 +01:00
2022-07-23 16:42:52 +01:00
Copy the artifact into any other folder and run:
2021-02-18 16:01:06 +01:00
2024-02-26 11:13:57 +01:00
java -jar vripper-gui-{{version}}-jar-with-dependencies.jar