Is there a tool/script to get the app-id/name and desription of each app in the store?

I have tried tools in fdroid metadata-tools, but could not figure out a way to get unique id and the particular decription. I am planning to add a script for recommendation feature based on description text for more apps to be discovered and used.

This is my first time contributing and I have went through Contribute.md as well. Any help would be golden.

After some more digging:
All the descriptions and (Auto)names are found together in the .yml files in metadata directory. All you need is a YAML parser.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.