-
Notifications
You must be signed in to change notification settings - Fork 62
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
Metadata in CLI? #18
Comments
Please give some more detail (what is needed, in what format?), but Am Freitag, den 07.08.2015, 13:55 -0700 schrieb Wesley Hill:
|
Say for instance, If I would like to get the details of the Android app in the CLI. I could do this:
The output of that command is a JSON or XML representation of the details page in the Raccon GUI. Example JSON output: details.json {
"name":"Facebook",
"package":"com.facebook.katana",
"size":"43.5MB",
"published":"August 10, 2015",
"price":"Free",
"version":"40.0.0.24.199",
"raw_version":13607412,
"installations":"100,000,000+",
"rating":4.00
} |
That would be relatively easy to do. The problem just is the output Am Dienstag, den 11.08.2015, 04:11 -0700 schrieb Wesley Hill:
|
Using templates with place-holders might be an option here – so the user is completely free to define even his/her own format. |
I would need to see a complete proposal there. I'm not going to guess Am Donnerstag, den 19.11.2015, 15:37 -0800 schrieb Izzy:
|
Agreed. I was just throwing in an idea – maybe @hako can build upon that. I'm afraid the needs will differ pretty much: while one only needs "core data", another might want a "full dump" (if I wanted to use that, I'd need the full package data including permissions). |
I love using Raccoon, but it would be great if it can output metadata (based on the 'Details' section) somehow in the CLI for developers to work with.
The text was updated successfully, but these errors were encountered: