Telegram Administrator bot for D7 chats
npm install
Run npm script and copy JSON to the config.json
file
npm run dev-gen-config
Start dev version without compiling with ts-node
:
npm run dev
For performance reasons it's better to compile TypeScript and run JS:
npm run build && npm start
Bot can be used, distributed and modified under the Apache 2.0 license.