You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot records all messages with the `#digest` tag and displays them on the `/digest` command.
8
-
Thanks to the creators of [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api) and the creators of powerful and awesome JavaScript framework — [Node.js](https://nodejs.org/en/)
6
+
Telegram digest bot for group chats. Final version is 1.0.7, deprecated in favor to [Digest](https://github.com/EXL/Digest) project.
7
+
8
+
Bot records all messages with the `#digest` tag and displays them on the `/digest` command. Thanks to the creators of [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api) and the creators of [Node.js](https://nodejs.org/en/) — powerful and awesome JavaScript framework.
9
9
10
10
## Install instructions
11
11
12
12
For example, GNU/Linux:
13
13
14
-
* Install the "Node.js" and the "npm" Node.js package manager;
14
+
* Install the **Node.js** and the `npm` Node.js package manager;
* Install "node-telegram-bot-api", "request" and others modules into deploy directory;
28
+
* Install **node-telegram-bot-api**, **request** and others modules into deploy directory;
29
29
30
30
```sh
31
31
cd~/Deploy/DigestBotDeploy/
32
32
npm install # or npm ci
33
33
```
34
34
35
-
* Write your token in "BOT_TOKEN_ACCESS.json" file.
35
+
* Write your token in *BOT_TOKEN_ACCESS.json* file.
36
36
37
37
* Run with `node DigestBot` or `nodejs DigestBot` and enjoy!
38
38
39
-
Please read [big tutorial (in Russian)](http://exlmoto.ru/writing-telegram-bots/) about creating various bots for Telegram.
39
+
## Additional information
40
+
41
+
* Please read [big tutorial (in Russian)](http://exlmoto.ru/writing-telegram-bots/) about creating various bots for Telegram.
42
+
43
+
* New [Digest](https://github.com/EXL/Digest) comprehensive project based on Spring Boot and [Java Telegram Bot API](https://github.com/pengrad/java-telegram-bot-api) implementation by [@pengrad](https://github.com/pengrad).
0 commit comments