-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pip package #19
Comments
Hello! I'm deeply sorry for the late reply, somehow I've missed this. :( To be honest, in the past, I thought more than once about making a python package. However, having a script-like nature and so many external dependencies (java, aapt, apktool, dex2jar, ...), I've opted for "packaging" it with docker and flatpak/snap instead. Now, coming to your original question, how can you automate NinjaDroid usage? Well, it depends a bit on what exactly you want to achieve but, at first sight, I can think of a couple of possible solutions:
NOTE: the above is just an example, which simply executes the command, but you may want to store the output somewhere (e.g. redirecting the stdout to something like
NOTE: similarly to the previous example, also here it just prints the output of the command, but you may want to do something with it. Note that, in both examples, I'm assuming that you've installed NinjaDroid locally (see Let me know if this solves your issue. |
Hi,
Thanks for the awesome repo, I'm planning to use it in one of my projects. I have approx 300 apks to analyse, and I want to use this library from a script to get all the JSON data. Any idea how to do this?
The text was updated successfully, but these errors were encountered: