blues-lab / getapk

Small CLI program that uses an Android device and adb tp download raw APK files from the Google Play store.
1 stars 0 forks source link

Rewrite the tool in golang/python #3

Open conorgil opened 2 years ago

conorgil commented 2 years ago

Bash is convenient for small scripts, but can easily become VERY difficult to work with for larger projects. Consider rewriting this tool in golang or something instead of continuing to add more features in bash.

tacosontitan commented 2 years ago

Are languages like C# a possibility?

conorgil commented 2 years ago

I do not work with C# these days, so I would not choose that language for a rewrite of this tool.

However, if you enjoy C# and want to write a similar tool based on this one, then I say go for it! The more the merrier.😃