Skip to content

sattellite/tg-download-stickers

Repository files navigation

Telegram bot for download stickers set

Node

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

Installation

  1. git clone https://github.com/sattellite/tg-download-stickers.git
  2. cd tg-download-stickers
  3. yarn install or npm install
  4. Get a bot token by chatting with BotFather.
  5. BOT_TOKEN=xxx yarn start or BOT_TOKEN=xxx npm run start

Now you can send stickers to your bot and recieve archives with stickers set.

Docker

With docker-compose you can build container for bot. Just execute in bot directory:

BOT_TOKEN=xxx docker-compose up -d --build

Releases

No releases published

Packages

No packages published