EXL / DigestBot

Telegram digest bot for group chats with various functionality.

Home Page:https://exlmoto.ru/writing-telegram-bots/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digest Bot

Bot Screen

Telegram digest bot for group chats. Final version is 1.0.7, deprecated in favor to Digest Service project.

Bot records all messages with the #digest tag and displays them on the /digest command. Thanks to the creators of node-telegram-bot-api and the creators of Node.js — powerful and awesome JavaScript framework.

Install instructions

For example, GNU/Linux:

  • Install the Node.js and the npm Node.js package manager;
sudo apt-get install nodejs
sudo apt-get install npm
  • Clone repository into deploy directory;
cd ~/Deploy/
git clone https://github.com/EXL/DigestBot DigestBotDeploy
  • Install node-telegram-bot-api, request and others modules into deploy directory;
cd ~/Deploy/DigestBotDeploy/
npm install # or npm ci
  • Write your token in BOT_TOKEN_ACCESS.json file.

  • Run with node DigestBot or nodejs DigestBot and enjoy!

Additional information

About

Telegram digest bot for group chats with various functionality.

https://exlmoto.ru/writing-telegram-bots/

License:MIT License


Languages

Language:JavaScript 60.5%Language:PHP 30.1%Language:C++ 8.7%Language:QMake 0.3%Language:Shell 0.3%