1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00
vk-tg-bot/README.md
2025-02-24 19:48:12 +07:00

16 lines
310 B
Markdown

# 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
```bash
node ./dist/index.js \
--config ./config-dev.yml
```