Utility with tools for parsing various websites. Written with using Java and the JavaFX framework.
Built-in tools:
This tool can be used to send POST and GET requests to remote servers.
This utility can be used to process text files, reports and generate CSV-tables.
You can download ready-to-run JavaFX-bundle packed with 7z file archiver for MS Windows from the releases section. Also you can grab small cross-platform fat (with all dependencies) JAR-package there.
For example, MS Windows:
-
Install the latest JDK, tested with JDK 8;
-
Clone repository into deploy directory;
cd C:\Dev\Deploy\
git clone https://github.com/EXL/QAndroidFileHostParser QAndroidFileHostParser
- Build the fat (with all dependencies) JAR-package into deploy catalog with Gradle Build Tool;
cd C:\Dev\Deploy\QAndroidFileHostParser\
gradlew.bat jfxJar
- Or build the huge JavaFX-bundle;
cd C:\Dev\Deploy\QAndroidFileHostParser\
gradlew.bat jfxNative
- Get cooked JAR-package from the
build\jfx\app\
or JavaFX-bundle from thebuild\jfx\native\
directories.