foxpy / sticker-importer

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

Home Page:https://apps.tginfo.me/sticker-import/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  3. Run flutter build apk --release
  4. 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 inCreate a secrets folder in root
  2. Put your android-sign-key.jks into secrets
  3. Create a passwords.properties file in secrets and put releasePassword=yourpassword into it

About

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

https://apps.tginfo.me/sticker-import/

License:GNU General Public License v3.0


Languages

Language:Dart 97.5%Language:Kotlin 2.5%