Skip to content

Telegram Info Sticker Importer can help you to move your favorite sticker packs from VK to Telegram

License

Notifications You must be signed in to change notification settings

tginfo/sticker-importer

Repository files navigation

Telegram Info Sticker Importer

Move stickers from VK to Telegram

Building

Setting up SDK

  1. Get Flutter SDK from the official website
  2. Run flutter doctor and make sure Android toolchain is working, you might need to accept licenses and install Android Studio for that.

Generating the APKs

  1. Prepare signing keys
  2. Grab all dependencies by flutter pub get

Optional: Update emoji metadata

Run dart run bin/emoji_metadata.dart

  1. Run flutter build apk --release
  2. Grab the files from /build/app/outputs/apk/release

Prepare signing keys

If you are from Telegram Info org

  • run git submodule update --init --recursive

If you are building this package for yourself

  1. Put a .jks key in
  2. Create a secrets folder in root
  3. Put your android-sign-key.jks into secrets
  4. Create a passwords.properties file in secrets and put releasePassword=yourpassword into it