new words scanner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user