1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00
No description
Find a file
2021-05-12 14:49:21 +07:00
docker #5 chacnged healthcheck interval 2021-05-12 14:35:44 +07:00
src #5 restricted db logging to debug only 2021-05-12 14:49:21 +07:00
templates #5 added webhook probe 2021-05-12 13:45:21 +07:00
.drone.yml #5 removed telegram 2021-05-12 11:05:56 +07:00
.env #4 fixed event handling 2021-05-06 18:04:24 +07:00
.gitignore initial 2021-04-07 17:33:36 +07:00
config.example.yml #4 fixed event handling 2021-05-06 18:04:24 +07:00
custom.d.ts initial 2021-04-07 17:33:36 +07:00
package.json #4 added photo thumbs for posts 2021-05-06 10:47:06 +07:00
README.md added argument parser 2021-04-07 17:56:52 +07:00
tsconfig.json #4 made strict type checking 2021-05-06 15:35:15 +07:00
yarn.lock #4 added photo thumbs for posts 2021-05-06 10:47:06 +07:00

Vk to Telegram bot

Configuring

Copy config.example.yml to config.yml and set it up.

Running

yarn && yarn build && node ./dist/index.js

Custom arguments

node ./dist/index.js \
    --config ./config-dev.yml