Just send sticker to bot and it will reply to your message with zip-archived set of sended sticker.
Bot written with NodeJS and Telegraf framework.
Sample bot working here @TMStickersBot
git clone https://github.com/sattellite/tg-download-stickers.git
cd tg-download-stickers
yarn install
ornpm install
- Get a bot token by chatting with BotFather.
BOT_TOKEN=xxx yarn start
orBOT_TOKEN=xxx npm run start
Now you can send stickers to your bot and recieve archives with stickers set.
With docker-compose
you can build container for bot. Just execute in bot directory:
BOT_TOKEN=xxx docker-compose up -d --build