Get a link to image for Telegram sticker.
Now you can easily add stickers to your comments on GitHub 😉

Development
Clone a repository.
git clone https://github.com/codex-team/stimagebot
cd stimagebotCreate a config file and enter a token of your bot into this config.
cp config.sample.js config.js
Then you can use docker or yarn to run the bot.
Docker
Run the container.
docker-compose up
It will install all node deps and run the code.
Yarn
Install Node.js packages.
yarn
Then run the bot.
yarn start
Or for dev need for auto restart app on changes.
yarn start:dev
