Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 548 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 548 Bytes

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.