Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tginfo/sticker-importer
- Owner: tginfo
- License: gpl-3.0
- Created: 2021-06-24T13:19:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T11:36:45.000Z (over 1 year ago)
- Last Synced: 2024-09-27T05:01:12.716Z (4 months ago)
- Topics: stickers, telegram, vk
- Language: Dart
- Homepage: https://apps.tginfo.me/sticker-import/
- Size: 51.7 MB
- Stars: 33
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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