Skip to content

star-39/msb_app

Repository files navigation

msb_app

Moe Sticker App

This app is part of the moe-sticker-bot suite.

這個app是 moe-sticker-bot 套件的一部分.

Features/功能

  • Export sticker set from Telegram to WhatsApp.

  • Supports iOS and Android.

  • 匯出Telegram貼圖包到WhatsApp。

  • 支援iOS和Android。

For Developers/開發者資訊

This app utilizes https://pub.dev/packages/whatsapp_stickers_exporter

這個app使用 https://pub.dev/packages/whatsapp_stickers_exporter

Install/安裝

Android

Download latest APK and install:

下載最新的APK然後安裝:

https://github.com/star-39/msb_app/releases/latest/download/msb_app.apk

iPhone

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

Screenshots

Build

Install Flutter: https://docs.flutter.dev/get-started/install

iOS

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

Android

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 

Development

Use msb:// URI to invoke msb_app.

Routes

/export

Params:

  • sn: Sticker set name.
  • qid: Query ID.
  • hex: Hex verification code.
  • ws: Target WebApp website.

/settings

/about

License

GPL v3

image