Simple python 3 script to log online/offline statuses, as well as counts of messages exchanged between parties since last status change, without you being seen online. I have created it mostly as workaround for annoying telegram-cli message timestamp bug in telegram-cli (#614)
Here is it in action:
Via PIP
$ pip3 install -r requirements.txt
You need to run telegram-cli first:
$ ./bin/telegram-cli -R -W -P 4458 --json
Then you can run this script
$ ./tg-stalker.py
The MIT License (MIT). Please see License File for more information.