This app is part of the moe-sticker-bot suite.
這個app是 moe-sticker-bot 套件的一部分.
-
Export sticker set from Telegram to WhatsApp.
-
Supports iOS and Android.
-
匯出Telegram貼圖包到WhatsApp。
-
支援iOS和Android。
This app utilizes https://pub.dev/packages/whatsapp_stickers_exporter
這個app使用 https://pub.dev/packages/whatsapp_stickers_exporter
Download latest APK and install:
下載最新的APK然後安裝:
https://github.com/star-39/msb_app/releases/latest/download/msb_app.apk
Requires AltStore, you can search Google for how to install AltStore.
Once you get it installed, download latest IPA on your iphone and open it with AltStore.
需要安裝AltStore, 您可以搜尋Google如何安裝AltStore。
安裝完成後, 在iPhone上下載最新的IPA檔案, 然後用AltStore打開。
IPA:
https://github.com/star-39/msb_app/releases/latest/download/msb_app.ipa
Install Flutter: https://docs.flutter.dev/get-started/install
macOS 10.15+ is recommended.
Please open ios/Runner.xcworkspace
in Xcode and sign the app, then:
flutter build ios --dart-define=MSB_BOT_NAME=moe_sticker_bot
Make sure you have set-up JDK environment, you can verify with flutter doctor
Create a file named android/key.properties that contains a reference to your keystore:
storePassword=<password from previous step>
keyPassword=<password from previous step>
keyAlias=upload
storeFile=<location of the key store file, such as /Users/<user name>/upload-keystore.jks>
For details, please refer to https://docs.flutter.dev/deployment/android#create-an-upload-keystore
Build:
flutter build apk --dart-define=MSB_BOT_NAME=moe_sticker_bot
Use msb://
URI to invoke msb_app.
Params:
sn
: Sticker set name.qid
: Query ID.hex
: Hex verification code.ws
: Target WebApp website.
GPL v3