1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2026-05-13 12:07:37 +07:00
No description
  • TypeScript 93.2%
  • Shell 6.1%
  • Dockerfile 0.4%
  • JavaScript 0.3%
Find a file
Fedor Katurov a11cf2923b
All checks were successful
Build & Publish / Build & Publish (push) Successful in 2m36s
enable proxy
2026-03-23 10:28:20 +07:00
.forgejo/workflows add forgejo pipeline 2025-02-24 21:13:27 +07:00
.vscode improve vscode launching 2023-12-30 12:37:50 +07:00
docker fix wait-for-it.sh 2025-02-26 23:44:35 +07:00
src enable proxy 2026-03-23 10:28:20 +07:00
templates add plaintext post 2024-02-25 10:58:57 +07:00
.dockerignore fix timezone issues 2024-01-12 18:19:26 +07:00
.drone.yml disable drone 2025-02-24 21:27:27 +07:00
.gitignore added calendar service 2024-01-11 18:52:07 +07:00
config.example.yml added calendar service 2024-01-11 18:52:07 +07:00
custom.d.ts initial 2021-04-07 17:33:36 +07:00
jest.config.cjs added tests and fixed errors 2024-01-12 16:39:49 +07:00
key.json added calendar service 2024-01-11 18:52:07 +07:00
package.json enable proxy 2026-03-23 10:28:20 +07:00
README.md fix some startup problems 2025-02-24 19:48:12 +07:00
tsconfig.json add ncc builder 2025-02-24 20:02:11 +07:00
yarn.lock enable proxy 2026-03-23 10:28:20 +07:00

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