Обновить README.md

This commit is contained in:
Pavel-Savely Savianok 2025-07-07 18:29:06 +02:00
parent d641857437
commit 8c77241efe

View File

@ -8,7 +8,7 @@ Program for calculate statistics of messages sended in telegram with your friend
.\TelegramMessageCounter.exe --login <phone_number> --user <username> <path> .\TelegramMessageCounter.exe --login <phone_number> --user <username> <path>
where where
- `--login (-L)` - Phone number of telegram. If argument is empty, waiting for Keyboard interrupt - `--login -L` - Phone number of telegram. If argument is empty, waiting for keyboard input
- `--user` - Username of telegram for individual stats. If argument is empty, analyzing all user history - `--user` - Username of telegram for individual stats. If argument is empty, analyzing all user history
- `path` - Path to save results file. If argument is empty, path will be `results.txt`, if path contain '.csv' program - `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. will output stats in CSV format.