32 lines
867 B
Markdown
32 lines
867 B
Markdown
# TelegramMessageCounter
|
|
|
|
Program for calculate statistics of messages sended in telegram with your friends.
|
|
|
|

|
|
|
|
## Usage
|
|
|
|
.\TelegramMessageCounter.exe <login (phone number)> <path>
|
|
where
|
|
- `login` - Phone number of telegram. If argument is empty, waiting for Keyboard interrupt
|
|
- `path` - Path to save results file. If argument is empty, path will be `results.txt`
|
|
|
|
To invoke this text use
|
|
|
|
.\TelegramMessageCounter.exe --help
|
|
|
|
### Example
|
|
.\TelegramMessageCounter.exe +14928587194
|
|
.\TelegramMessageCounter.exe +14928587194 D:\Results\results.txt
|
|
.\TelegramMessageCounter.exe
|
|
|
|
### Results
|
|
|
|
For every who have dialog with you program generate record in file, for example:
|
|
|
|
username: lisoveliy
|
|
multiplier: 0,33
|
|
total messages: 100
|
|
your messages: 25
|
|
target messages: 75
|
|
---- |