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

Overview

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
You might also like...

About This is Personal Expenses Planner. You can add your expenses in to the app and manage your transaction. and you can see How much did you spend on which day. I developed this project using flutter.

expense_planner A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Jul 6, 2022

A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates

A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates

WhatTodo Life can feel overwhelming. But it doesn’t have to. A Simple To-do app design in flutter to keep track of your task on daily basis. You can a

Jan 6, 2023

Flutter ShopApp, you can see products and their prices, categories and their products, search for a product, add to favorite, add to cart, sign in and sign up.

shop_app_2 A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started i

Aug 7, 2022

Donation/Support buttons to allow you to add your favorite support buttons like: Paypal, Ko-fi or Patreon and more.

Donation/Support buttons to allow you to add your favorite support buttons like: Paypal, Ko-fi or Patreon and more.

flutter_donation_buttons Donation/Support buttons to allow you to add your favorite support buttons like: Paypal, Ko-fi or Patreon and more. Getting S

Dec 10, 2022

A pokemon app that let's you explore a large libarary of pokemons, view their strenghts and save your favorite pokemons

A pokemon app that let's you explore a large libarary of pokemons, view their strenghts and save your favorite pokemons

A pokemon app that let's you explore a large libarary of pokemons, view their strenghts and save your favorite pokemons!. (Built using freezed and flutter_bloc)

Aug 19, 2022

Android app that converts an URL to markdown, and lets you share it to your favorite notes app.

Android app that converts an URL to markdown, and lets you share it to your favorite notes app.

markdownr Android app that converts an URL to markdown, and lets you share it to your favorite notes app. I've written this app to save articles I fou

Dec 10, 2022

A multi-plateform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!

A multi-plateform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!

A multi-plateform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!

Jan 2, 2023

A mobile image uploader in which you can upload image to your personal gallery from either your camera or mobile gallery and it can detect your current geographic location and address using firebase firestore and storage.

Image Uploader In Flutter About It is an Image Uploader gallery which tracks your address from which you're uploading using Flutter and Image picker.

Dec 20, 2022

Flutter package to get keyboard height. Can be used to display a sticker/emoji modal with correct height.

Flutter package to get keyboard height. Can be used to display a sticker/emoji modal with correct height.

flutter_persistent_keyboard_height Flutter package to get keyboard height. The height is persisted during app sessions and keyboard states (you can us

Oct 17, 2022

Order your favorite burger using this application.

Order your favorite burger using this application.

Burger App 🍔 🍔 A Flutter project that can be handy for burger joints. It allows customer to view available burger options and place order Inspired B

Nov 17, 2022

Selecting your favorite food

meal_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Nov 30, 2021

Fetch Wallpapers from your favorite subreddits.

Fetch Wallpapers from your favorite subreddits.

reWalls : Wallpapers from Reddit Initial code and design inspiration from Chitr and RetroMusicPlayer. What's been done? Fetch Wallpapers From your Fav

Dec 24, 2022

A weather application that show the current weather for your location and forecast for 6 days, and favorite city and other locations

A weather application that show the current weather for your location and forecast for 6 days, and favorite city and other locations

Weather Application App concept created with Flutter using Dart programming language ad it's a demanded task in my internship at Algoriza About An app

Nov 13, 2022

A package help you to make api call and handle error faster, also you can check for internet before call api.

http_solver ##not for production use, only for learning purpose. A package help you to make api call and handle error faster, also you can check for i

Jun 18, 2020

Allows communication between your bot and the Web App built in Flutter displayed inside Telegram.

tele_web_app It enables communication between your bot and the Flutter-embedded Web App displayed inside Telegram by making use of interoperability be

Dec 8, 2022

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.

 Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.

flutter_calendar_carousel Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly c

Jan 7, 2023

A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.

A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.

flutter_statusbarcolor A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically. Getting Starte

Nov 10, 2022

Flutter Presence App integrated with geolocation (GPS) that can help your company or you as a developer to build a presence app

Flutter Presence App integrated with geolocation (GPS) that can help your company or you as a developer to build a presence app

Flutter Presence App integrated with geolocation (GPS) that can help your company or you as a developer to build a presence app. beauty user interface and have a multi user ( admin and employee ). You can also change the appearance of this application easily or add new features. Using Getx and Firebase.

Dec 25, 2022
Comments
  • Detect Error 429 and give a user-comprehensible description

    Detect Error 429 and give a user-comprehensible description

    It seems to me that the app recently became broken and does not allow import of stickers anymore with the above error being returned. I tried multiple URLs and always found this result.

    bug 
    opened by PatrickLerner 9
  • Add Python script to easily compare .arb files

    Add Python script to easily compare .arb files

    Simply run cd l10n && ./diff.py && echo "We are good to go :)" to quickly check if your localization files are consistent.

    If not, the output will look something like:

    [foxpy@t14s sticker-importer]$ cd l10n && ./diff.py && echo "We are good to go :)"
    intl_ru.arb misses:
            customize_your_pack
            done_exc_block2
            check_the_link
    
    intl_en.arb misses:
            github
            source_code
    
    [foxpy@t14s l10n]$ 
    
    opened by foxpy 1
Releases(v2.0.1+11)
  • v2.0.1+11(Oct 21, 2022)

    [en] English:

    • Improved proxy support for vmoji when VK.com is censored in the country
    • Now more animated stickers can be imported
    • Bug fixes

    [ru] Русский:

    • Улучшена работа прокси для импорта vmoji в случаях, когда ВКонтакте заблокирован в стране
    • Теперь больше анимированных стикеров могут быть импортированы
    • Исправления ошибок

    [2.0.0] NEW:

    БИБЛИОТЕКА СТИКЕРОВ, МАГАЗИН И VMOJI

    • Sticker Import теперь поддерживает авторизацию ВКонтакте. Это открывает доступ к вашей библиотеке, магазину стикеров, поиску и vmoji
    • Автоматический подбор эмодзи-подсказок из базы данных ключевых слов ВКонтакте для многих стикеров
    • Исследуйте магазин стикеров ВКонтакте в поиске свежих наборов
    • Ищите стикеры по ключевым словам и эмодзи
    • Библиотека стикеров, добавленных вами ВКонакте, теперь доступна в приложении и готова к переносу в Telegram
    • Поддержка vmoji: перенесите персонализированные стикеры в Telegram. Импортировать можно как свой набор, так и стикеры других пользователей

    УЛУЧШЕННАЯ РАБОТА С ЭМОДЗИ

    • Apple Emoji 14.0 на всех устройствах: полная поддержка вне зависимости от версии ОС
    • Поиск эмодзи по ключевым словам на русском и английском (в зависимости от установленного языка системы)
    • Возможность выбрать несколько эмодзи-подсказок для одного стикера

    ДОПОЛНИТЕЛЬНО

    • Улучшенный экран завершённого импорта
    • Обновлённая иконка приложения
    • Поддержка смены языка из настроек Android (требуется Android 13+)

    ENGLISH: STICKER LIBRARY, STORE, AND VMOJI

    • Sticker Import now supports VK.com auth. This gives you access to your library, sticker store, and vmoji
    • Automatic emoji suggestions from VK.com's keyword database for a bigger part of stickers
    • Explore VK.com's Sticker Store for new packs
    • Search stickers by keywords or emoji
    • Vmoji support: import your personalized stickers to Telegram. You can import both your own stickers and stickers of your friends

    IMPROVED EMOJIS

    • Apple Emoji 14.0 on every device: full support no matter what OS version
    • Search emojis by keywords in English and Russian (depending on your system language)
    • Select multiple emoji suggestions for a sticker

    OTHER IMPROVEMENTS

    • Refreshed finish screen
    • New app icon
    • Language change support in system settings (Android 13+)
    Source code(tar.gz)
    Source code(zip)
    me.tginfo.stickerimport.arm64-v8a.apk(14.86 MB)
    me.tginfo.stickerimport.armeabi-v7a.apk(14.56 MB)
    me.tginfo.stickerimport.x86_64.apk(15.01 MB)
    me.tginfo.stickerimport.z.fat.apk(28.42 MB)
  • v2.0.0+10(Oct 16, 2022)

    БИБЛИОТЕКА СТИКЕРОВ, МАГАЗИН И VMOJI

    • Sticker Import теперь поддерживает авторизацию ВКонтакте. Это открывает доступ к вашей библиотеке, магазину стикеров, поиску и vmoji
    • Автоматический подбор эмодзи-подсказок из базы данных ключевых слов ВКонтакте для многих стикеров
    • Исследуйте магазин стикеров ВКонтакте в поиске свежих наборов
    • Ищите стикеры по ключевым словам и эмодзи
    • Библиотека стикеров, добавленных вами ВКонакте, теперь доступна в приложении и готова к переносу в Telegram
    • Поддержка vmoji: перенесите персонализированные стикеры в Telegram. Импортировать можно как свой набор, так и стикеры других пользователей

    УЛУЧШЕННАЯ РАБОТА С ЭМОДЗИ

    • Apple Emoji 14.0 на всех устройствах: полная поддержка вне зависимости от версии ОС
    • Поиск эмодзи по ключевым словам на русском и английском (в зависимости от установленного языка системы)
    • Возможность выбрать несколько эмодзи-подсказок для одного стикера

    ДОПОЛНИТЕЛЬНО

    • Улучшенный экран завершённого импорта
    • Обновлённая иконка приложения
    • Поддержка смены языка из настроек Android (требуется Android 13+)

    ENGLISH: STICKER LIBRARY, STORE, AND VMOJI

    • Sticker Import now supports VK.com auth. This gives you access to your library, sticker store, and vmoji
    • Automatic emoji suggestions from VK.com's keyword database for a bigger part of stickers
    • Explore VK.com's Sticker Store for new packs
    • Search stickers by keywords or emoji
    • Vmoji support: import your personalized stickers to Telegram. You can import both your own stickers and stickers of your friends

    IMPROVED EMOJIS

    • Apple Emoji 14.0 on every device: full support no matter what OS version
    • Search emojis by keywords in English and Russian (depending on your system language)
    • Select multiple emoji suggestions for a sticker

    OTHER IMPROVEMENTS

    • Refreshed finish screen
    • New app icon
    • Language change support in system settings (Android 13+)
    Source code(tar.gz)
    Source code(zip)
    me.tginfo.stickerimport.arm64-v8a.apk(14.86 MB)
    me.tginfo.stickerimport.armeabi-v7a.apk(14.56 MB)
    me.tginfo.stickerimport.x86_64.apk(15.01 MB)
    me.tginfo.stickerimport.z.fat.apk(28.42 MB)
  • v1.1.0+9(Jun 27, 2021)

  • v1.1.0+8(Jun 27, 2021)

  • v1.0.0+5(Jun 25, 2021)

    • Browser URL in updater now opens landing
    • Using PNG for importing, so it works on older devices
    • Fixed the error, when specifying the http:// protocol was causing the app to not be able an existing pack
    • Pack customizer doesn't close automatically anymore so you could get back to it if you changed your mind
    • Added support for per-ABI updates for smaller file size
    • Round icon in old launchers
    • Dark theme fixes
    Source code(tar.gz)
    Source code(zip)
    me.tginfo.stickerimport.arm64-v8a.apk(8.34 MB)
    me.tginfo.stickerimport.armeabi-v7a.apk(8.03 MB)
    me.tginfo.stickerimport.x86_64.apk(8.49 MB)
    me.tginfo.stickerimport.z.fat.apk(21.91 MB)
Owner
Telegram Info
Telegram Info is a non-commercial project. Our mission is helping spreading the knowledge about Telegram, making it more open and accessible this way.
Telegram Info
This is a shop-app you can see the products and With prices and knowing if there are discounts and adding your favorite products to the favorite products page

This is a shop-app you can see the products and With prices and knowing if there are discounts and adding your favorite products to the favorite products page, you can search for a specific product and also modify personal information from the settings , I made it using REST APIs by using (Dio packedge) , (shared Preference) and state management (Bloc/cubit

null 2 Oct 27, 2022
Library for help you make userbot or bot telegram and support tdlib telegram database and only support nodejs dart and google-apps-script

To-Do telegram client dart ✅️ support multi token ( bot / userbot ) ✅️ support bot and userbot ✅️ support telegram-bot-api local server ✅️ support tel

Azka Full Snack Developer:) 73 Jan 7, 2023
Stream sticker animation - Stream Sticker Animation using Rive

Stream Sticker Animation using Rive Sample Flutter project to demonstrate how to

Souvik Biswas 4 Feb 8, 2022
A flutter list view which can drag & move item to change order.

draggable_flutter_list A flutter list view which can drag & move item to change order. some codes come from flutter_list_drag_and_drop fix flutter_lis

刘彦博 40 Sep 22, 2022
D info - Flutter package for response info message

D'Info Flutter package for response info message. It's like bootstrap view but s

Indra Trisna Raharja 4 Oct 26, 2022
Battery+ is an open source battery info and device info for Android.

Battery+ Battery+ is an open source battery info and device info for Android.

Keshav Pratap K 1 Sep 26, 2022
An app to help you to add frame to your favorite screenshots from Nintendo Switch.

SwitchDecor An app to help you adding frame to your favorite screenshots from Nintendo Switch. This project is written in Flutter, supporting both iOS

JuniperPhoton 40 Aug 7, 2022
A TabBarController that is easy to use for flutter developers. 🥰 It supports various styles of page navigation, and you can also use it to customize your favorite styles. 🍻🍻

easy_tab_controller A user-friendly TabBarController widget for flutter developer. Getting Started This project is a starting point for a Flutter plug

圆号本昊 3 May 26, 2022
Official Git of flutter code-push made by Chimera inc. If you want to get more info or seek for biz corporation, you can contact [email protected].

中文版 Chimera Flutter Code Push Chimera is a Dart compiler developed by ourselves, which generates interpretable and executable bytecode to implement co

Waytoon 21 Oct 6, 2022
A Flutter plugin to rotate, resize, move, delete text, photo or any other widget.

sticker_view A Flutter plugin to rotate, resize, move, delete any text, image or any other widget. Available Features ✅ Rotate ✅ Resize ✅ Move ✅ Layer

Gopal Dhola 14 Nov 26, 2022