-
Notifications
You must be signed in to change notification settings - Fork 189
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
CoolApk as a source #532
Comments
Do you know if they have an API? Also could you link to the app page for some example app |
Maybe it need a token to access. The UpgradeAll’s Code using their APIv2 works well. e.g. Salt Music Bookster 2 |
@ImranR98 DUpdateSystem/UpgradeAll#372 also mentioned about the api. |
From the mentioned code & issue, it seems that the API requires encoding & hashing while the old API is unstable and maybe deprecated. However, I think it should be feasible to add a minimum "track only" support for CoolApk by matching regex of the app detail page. Take Bmap as an example. You just need to distinguish between real version I wrote a Python script a few years ago and it's still working to date (check the stripped version here). I hope this would help somehow. |
The website has a firewall that does not allow access outside China. Someone interested in it can use a VPN or China local network to access it.
|
Hi, Coolapk is a Chinese app store.
The language of site is Chinese but it has some interesting apps in this app store.
And here is another app called UpgradeAll written in Kotlin has made it.
Would you like to take a look of the code.
Want to see it in Obtainium, so that I can manage my apps more easily.
The text was updated successfully, but these errors were encountered: