34 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2025-02-05 14:05:04 +03:00
# TelegramMessageCounter
Program for calculate statistics of messages sended in telegram with your friends.
![readme-screenshot.png](docs/readme-screenshot.png)
## Usage
2025-02-11 22:37:33 +03:00
.\TelegramMessageCounter.exe --login <phone_number> --user <username> <path>
where
- `--login (-L)` - Phone number of telegram. If argument is empty, waiting for Keyboard interrupt
- `--user` - Username of telegram for individual stats. If argument is empty, analyzing all user history
2025-02-11 22:37:33 +03:00
- `path` - Path to save results file. If argument is empty, path will be `results.txt`, if path contain '.csv' program
will output stats in CSV format.
To invoke this text use
.\TelegramMessageCounter.exe --help
### Example
.\TelegramMessageCounter.exe --login +14928587194
.\TelegramMessageCounter.exe -L +14928587194 D:\Results\results.txt
.\TelegramMessageCounter.exe -L +14928587194 --user lisoveliy
### 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
----