From 862058441c0b58a3364e5442dd4c030ec8187821 Mon Sep 17 00:00:00 2001 From: AB Date: Thu, 10 Dec 2020 17:38:03 +0300 Subject: [PATCH] Fix add_conf --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..f555d48 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +Desubot +Telegram bot with light group statistic and heavy spy features. + +== Features == +* Collect all the messages sent to group. +* Collect all the media sent to group including voice, stickers, video, video notes, documents. +* /here command to mention all members. +* Alongside with saving whole message bot perform blacklist filter and stemming for every word (only Russian). "Красивую собаку мыли негры" -> "красивый собака мыть негр" +* Generate sentences using Markov Chains trained on history with /markov_all. + +== TODO == +* Syntax highlighting for code exported to image. \ No newline at end of file