Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tginfo/sticker-importer

Telegram Info Sticker Importer can help you to move your favorite sticker packs from VK to Telegram
https://github.com/tginfo/sticker-importer

stickers telegram vk

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Telegram Info Sticker Importer

Move stickers from VK to Telegram

## Building

### Setting up SDK

1. Get Flutter SDK from [the official website](https://flutter.dev/docs/get-started/install)
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

3. [Prepare signing keys](#prepare-signing-keys)
4. Grab all dependencies by `flutter pub get`

> **Optional: Update emoji metadata**
>
> Run `dart run bin/emoji_metadata.dart`

5. Run `flutter build apk --release`
6. 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