Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 658 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 658 Bytes

StickerImageBot

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

Send individual stickers or sticker links (something like https://t.me/addstickers/AniColle) to prepare a zip of sticker image file.

Requirements

  • Node.js v8.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