mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-12-06 08:56:33 +07:00
No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .vscode | ||
| docker | ||
| src | ||
| templates | ||
| .dockerignore | ||
| .drone.yml | ||
| .gitignore | ||
| config.example.yml | ||
| custom.d.ts | ||
| jest.config.cjs | ||
| key.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Vk to Telegram bot
Configuring
Copy config.example.yml to config.yml and set it up.
Running
Setup environment: yarn environment, then run the application: yarn && yarn build && node ./dist/index.js
Custom arguments
node ./dist/index.js \
--config ./config-dev.yml