telegram-stalker icon indicating copy to clipboard operation
telegram-stalker copied to clipboard

Simple script which tracks online/offline statuses of your Telegram friends

telegram-stalker

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:

screenshot from 2017-09-24 22-09-28

Requirements

telegram-cli

Install

Via PIP

$ pip3 install -r requirements.txt 

Usage

You need to run telegram-cli first:

$ ./bin/telegram-cli -R -W -P 4458 --json

Then you can run this script

$ ./tg-stalker.py

License

The MIT License (MIT). Please see License File for more information.