StickerApp is an app that let you load sticker packs to WhatsApp. http://play.google.com/store/apps/details?id=com.kanelai.stickerapp
Recipes:
- Go to Telegram and talk to the @StickerAppBot bot (https://telegram.me/StickerAppBot).
- Send it any Telegram sticker.
- It returns you a sticker pack file.
- Open it with StickerApp.
- Go to Telegram and talk to the @StickerAppBot bot (https://telegram.me/StickerAppBot).
- Send it any LINE sticker store URL (e.g. https://store.line.me/stickershop/product/13321/en).
- It returns you a sticker pack file.
- Open it with StickerApp.
Recipe THREE: Create your own sticker packs using Telegram, and use them in both Telegram and WhatsApp
- Go to Telegram and use the official @Stickers bot to create your own sticker set.
- Follow Recipe ONE to have the stickers available in WhatsApp as well.
- Create your own ".stickerpack" file
- Open it with StickerApp
Sticker pack file is simply a zip file with one json and several sticker images in webp format.
It follows the WhatsApp official "assets" folder format.: https://github.com/WhatsApp/stickers/tree/master/Android/app/src/main/assets
For an example, refer to Animals.stickerpack. Just rename it to ".zip" and extract it.
Quick Notes:
- Due to restrictions of WhatsApp, each sticker pack must have 3-30 stickers.
- Due to restrictions of WhatsApp, the dimention of each sticker must be in webp format and in 512x512 pixels.
- Due to restrictions of WhatsApp, the dimention of the tray image must be in webp format and in 96x96 pixels.
- Each ".stickerpack" file can contain multiple sticker packs.