Open trattaa opened 6 months ago
I have a question about the Google Play download at https://github.com/Dynamic-Mobile-Security/mdast-cli/tree/main/mdast_cli/distribution_systems. According to the description, you have to switch off 2FA. As far as I know, this is no longer possible with Google.
I want to do it because 1) thought about it because need it for apps like Сбербанк, but didn't know where to start 2) know python better than any other prog language (but again - later)
This opportunity with RuStore is very necessary
I have only 1 single app available exclusively in RuStore and I use this script to get it.
Describe the Feature I propose adding RuStore as a new source for downloading and updating Android applications through Obtainium. RuStore is a popular Russian app store, and integrating it would benefit users by providing direct access to apps available in this market.
Implementation Reference A method to retrieve app version information and download links via the RuStore API can be found here: RuStore API Implementation. This implementation details how to fetch application details and initiate downloads correctly.
Example RuStore App Link An example of a RuStore app listing is: Telegram on RuStore
Implementation Details Below is the content from
rustore.py
, which outlines the method to obtain app details and download APKs from RuStore.Additional Context For methods related to other distribution platforms like Huawei AppGallery, AppCenter, rumarket, and Google Play, please refer to the following directory: Distribution Systems Directory
This addition would align with Obtainium's goal of fetching Android app updates directly from their sources, providing users with a broader range of app stores to choose from.