Lemmy Sync Support (#493)

* Create PR for #492

* 🎨 Added lemmy-sync

---------

Co-authored-by: create-issue-branch[bot] <53036503+create-issue-branch[bot]@users.noreply.github.com>
Co-authored-by: Nikhil Badyal <nikhill773384@gmail.com>
This commit is contained in:
create-issue-branch[bot]
2024-04-13 13:59:31 +05:30
committed by GitHub
parent 4897857856
commit b52d6dc703
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -216,6 +216,7 @@ You can use any of the following methods to build.
- [tumblr](https://www.apkmirror.com/apk/tumblr-inc/tumblr/) - [tumblr](https://www.apkmirror.com/apk/tumblr-inc/tumblr/)
- [fitnesspal](https://www.apkmirror.com/apk/myfitnesspal-inc/calorie-counter-myfitnesspal/) - [fitnesspal](https://www.apkmirror.com/apk/myfitnesspal-inc/calorie-counter-myfitnesspal/)
- [facebook](https://www.apkmirror.com/apk/facebook-2/facebook/) - [facebook](https://www.apkmirror.com/apk/facebook-2/facebook/)
- [lemmy-sync](https://www.apkmirror.com/apk/sync-apps-ltd/sync-for-lemmy/)
<br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide <br>`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide
few more inputs to the tool which are mentioned below. These config will override the sources config from the tool. few more inputs to the tool which are mentioned below. These config will override the sources config from the tool.
+2
View File
@@ -68,6 +68,8 @@ apk_sources = {
"tumblr": f"{APK_MIRROR_BASE_APK_URL}/tumblr-inc/tumblr/", "tumblr": f"{APK_MIRROR_BASE_APK_URL}/tumblr-inc/tumblr/",
"fitnesspal": f"{APK_MIRROR_BASE_APK_URL}/myfitnesspal-inc/calorie-counter-myfitnesspal/", "fitnesspal": f"{APK_MIRROR_BASE_APK_URL}/myfitnesspal-inc/calorie-counter-myfitnesspal/",
"facebook": f"{APK_MIRROR_BASE_APK_URL}/facebook-2/facebook/", "facebook": f"{APK_MIRROR_BASE_APK_URL}/facebook-2/facebook/",
"lemmy-sync": f"{APK_MIRROR_BASE_APK_URL}/sync-apps-ltd/sync-for-lemmy/",
"xiaomi-wearable": f"{APK_MIRROR_BASE_APK_URL}/beijing-xiaomi-mobile-software-co-ltd/mi-wear-小米穿戴/",
"my-expenses": UPTODOWN_BASE_URL.format("my-expenses"), "my-expenses": UPTODOWN_BASE_URL.format("my-expenses"),
"spotify": UPTODOWN_BASE_URL.format("spotify"), "spotify": UPTODOWN_BASE_URL.format("spotify"),
"joey": UPTODOWN_BASE_URL.format("joey-for-reddit"), "joey": UPTODOWN_BASE_URL.format("joey-for-reddit"),
+1
View File
@@ -72,6 +72,7 @@ class Patches(object):
"com.tumblr": "tumblr", "com.tumblr": "tumblr",
"com.myfitnesspal.android": "fitnesspal", "com.myfitnesspal.android": "fitnesspal",
"com.facebook.katana": "facebook", "com.facebook.katana": "facebook",
"io.syncapps.lemmy_sync": "lemmy-sync",
} }
@staticmethod @staticmethod