Skip to content

codex-team/stimagebot

Repository files navigation

@stimagebot

Get a link to image for Telegram sticker.

Now you can easily add stickers to your comments on GitHub 😉

![](https://telegra.ph/file/75cdfad0ec3adb11a9bfc.png)

Development

Clone a repository.

git clone https://github.com/codex-team/stimagebot
cd stimagebot

Create 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