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
Fedor Katurov 3deecf94f8
All checks were successful
Build & Publish / Build & Publish (push) Successful in 2m20s
add bash ffs
2025-02-26 23:08:07 +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 add bash ffs 2025-02-26 23:08:07 +07:00
src fix md links again 2025-02-24 21:50:08 +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 fix dockerfile 2025-02-24 21:10:25 +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 add ncc builder 2025-02-24 20:02:11 +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