Files
desubot/README

15 lines
828 B
Plaintext
Raw Permalink Normal View History

2020-12-10 17:38:03 +03:00
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.
2021-01-08 17:32:39 +03:00
* Syntax highlighting for CODE exported to image.
2020-12-10 18:37:11 +03:00
2020-12-16 23:25:25 +03:00
== Important ==
* Desubot uses MyStem by Yandex for word stemming and assume that mystem binary is available in PATH.
2021-01-08 06:42:32 -08:00
On Windows it may be placed on working directory. Both Linux and Windows mystem binary is in repo.