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-04 11:45:20 +07:00
src #4 added typeorm entities for likes and events 2021-05-04 11:45:20 +07:00
templates #2 added buttons 2021-04-29 17:43:47 +07:00
.gitignore initial 2021-04-07 17:33:36 +07:00
config.example.yml #4 added simple DB layer 2021-05-04 11:38:22 +07:00
custom.d.ts initial 2021-04-07 17:33:36 +07:00
package.json #4 added simple DB layer 2021-05-04 11:38:22 +07:00
README.md added argument parser 2021-04-07 17:56:52 +07:00
tsconfig.json added http and telegram api services 2021-04-26 12:11:41 +07:00
yarn.lock #4 added simple DB layer 2021-05-04 11:38:22 +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