# Packages
No description provided by the author
# README
telegram-batchStickerUpload
- Prepare files:
- Anything that @Stickers usually takes. Largest side 512, webp is good.
- Files will be sent added in alphabetical order
- Add emoji(s) to be associated with the sticker as a subextension to the name of the file:
foobar.webp
→foobar.✅.webp
- Max stickers per pack: 50, max forwarded messages at once: 100 (50x image+emoji)
TGAPIKEY=5667087765:DYTSC_49ScNQHyUJijg5yXc9uc_5A2rto go run . <path to directory with files to send>
- You can get a Telegram bot API key from @botfather
- Send any message to the bot (and get spammed)
- Start creating a new pack
- Send
/newpack
(or/addsticker
) to @Stickers - Follow the steps until you reach
Alright! Now send me the sticker
- Send
- Forward messages from the bot to Stickerbot.
- First selection shall be a (sticker) image, last should be emoji(s).
- It will take a minute, it seems like nothing was forwarded.
- Send
/publish
(or/done
) to @Stickers and follow the steps to complete pack creation.