Get a link to image for Telegram sticker.
Now you can easily add stickers to your comments on GitHub 😉
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.jsThen you can use docker or yarn to run the bot.
Run the container.
docker-compose upIt will install all node deps and run the code.
Install Node.js packages.
yarnThen run the bot.
yarn startOr for dev need for auto restart app on changes.
yarn start:dev