new words scanner

This commit is contained in:
Klemek
2021-04-07 14:35:23 +02:00
parent 728f593061
commit 653f91dda3
4 changed files with 127 additions and 3 deletions
+6 -1
View File
@@ -43,6 +43,9 @@
* %react - rank users by their reactions
* arguments:
* <n> - top <n> messages, default is 10
* %words - rank words by their usage
* arguments:
* <n> - top <n> words, default is 10
* %cancel - cancel current analysis
* Common arguments:
@@ -100,8 +103,10 @@ python3 src/main.py
## Changelog
* **v1.12**
* more scans: `%words`
* **v1.11**
* more scans `%first`, `%rand`, `%last`
* more scans: `%first`, `%rand`, `%last`
* streak computing in `%pres`
* **v1.10**
* multithreading for queries