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-28 11:42:08 +07:00
docker added common path for configs 2021-05-27 09:45:12 +07:00
src added safeJson function to safely stringify data 2021-05-28 11:42:08 +07:00
templates fixed join\leave tpl for markdown 2021-05-27 14:43:16 +07:00
.dockerignore fixed dockerignore files 2021-05-26 11:24:32 +07:00
.drone.yml only pull app for docker-compose 2021-05-26 11:39:51 +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 added per-group and per-channel templates 2021-05-20 17:33:42 +07:00
custom.d.ts initial 2021-04-07 17:33:36 +07:00
package.json added safeJson function to safely stringify data 2021-05-28 11:42:08 +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 added safeJson function to safely stringify data 2021-05-28 11:42:08 +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