ypopovych / d7-telegram-bot

Telegram bot for D7 chats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D7 TelegramAdministrator Bot

Telegram Administrator bot for D7 chats

How to build and run

Install dependencies

npm install

Create config

Run npm script and copy JSON to the config.json file

npm run dev-gen-config

Run

Start dev version without compiling with ts-node:

npm run dev

Compile & Run

For performance reasons it's better to compile TypeScript and run JS:

npm run build && npm start

Licence

Bot can be used, distributed and modified under the Apache 2.0 license.

About

Telegram bot for D7 chats

License:Apache License 2.0


Languages

Language:TypeScript 99.6%Language:Dockerfile 0.4%