Doracoin / telegram-stickerimage-bot

Bot to export telegram stickers to images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StickerImageBot

Bot to export telegram stickers to images. Here is a sample one to play with (Not sure it's running)

Due to the limitation and lack of Telegram API/Documentation, You MUST send all stickers you want to export.

Requirements

  • Node.js v4.0.0^
  • ImageMagick with webp support (Check with identify -list format | grep -i 'webp' on *nix systems)

Usage

  1. git clone
  2. Get a bot token from @BotFather
  3. Copy config.js.example to config.js and edit as your needs
  4. npm install && npm start

License

MIT

About

Bot to export telegram stickers to images

License:MIT License


Languages

Language:JavaScript 100.0%