https://github.com/ostrolucky/telegram-stalker
Simple script which tracks online/offline statuses of your Telegram friends
https://github.com/ostrolucky/telegram-stalker
telegram
Last synced: 4 months ago
JSON representation
Simple script which tracks online/offline statuses of your Telegram friends
- Host: GitHub
- URL: https://github.com/ostrolucky/telegram-stalker
- Owner: ostrolucky
- License: mit
- Created: 2017-09-24T19:56:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T21:44:36.000Z (over 7 years ago)
- Last Synced: 2026-02-20T07:40:36.773Z (4 months ago)
- Topics: telegram
- Language: Python
- Size: 3.91 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/vysheng/tg/issues/614))
Here is it in action:

## Requirements
[telegram-cli](https://github.com/vysheng/tg)
## Install
Via PIP
``` bash
$ pip3 install -r requirements.txt
```
## Usage
You need to run telegram-cli first:
``` bash
$ ./bin/telegram-cli -R -W -P 4458 --json
```
Then you can run this script
```bash
$ ./tg-stalker.py
```
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.