Skip to content

A set of various utilities for parsing various Android websites.

License

Notifications You must be signed in to change notification settings

EXL/QAndroidFileHostParser

Repository files navigation

QAndroidFileHostParser

Utility with tools for parsing various websites. Written with using Java and the JavaFX framework.

Windows 10 QAndroidFileHostParser

Built-in tools:

Requests Tool

Windows 10 Requests Tool

This tool can be used to send POST and GET requests to remote servers.

File and Text Comparator Tool

Windows 10 Comparator Tool

This utility can be used to process text files, reports and generate CSV-tables.

Download

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.

Build instructions

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 the build\jfx\native\ directories.

Another branches

  • Old utilities written with using Qt 5 framework: qt5_old.

  • Console utility for Verizon Jetpack MiFi: mifi5510.