TG_OnlineTracker
A simple script that can be used to track real time that user was online in telegram
Join @DaisySupport_Official
🏃♂️
Easy Deploy
Get pyrogram (p) SESSION
from here:
😐
Features
- Track real times that user is online by checking in each x seconds
- Report is sent to a dump chat
⚔
Self-hosting (For Devs) # Install Git First (apt-instll git)
$ git clone https://github.com/Inukaasith/TG_OnlineTracker/
$ cd TG_OnlineTracker
# Install All Requirements
$ pip(3) install -r requirements.txt
# Edit vars
# Start Bot
$ python(3) bot.py
Credits
- Dan for Pyrogram