Skip to content

EXL/DigestBot

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2015
Feb 6, 2020
Aug 13, 2017
Feb 6, 2020
Feb 6, 2020
Nov 23, 2017
Jan 30, 2018
Jul 11, 2017
Nov 29, 2019
Nov 29, 2019
Feb 6, 2020
Aug 27, 2015
Feb 6, 2020
Apr 4, 2020
Apr 11, 2023
Apr 11, 2023

Repository files navigation

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