Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.74 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.74 KB

Telegram users status spy

This python script uses pyrogram to login to your account and monitor all satus changes of people you have ever chat.

(Except those who turned off activity visibility in privacy settings!)

To use it, you need create api_info.py file:

api_id = ""
api_hash = ""

How to get telegram api keys

  1. Go to https://my.telegram.org/auth
  2. Login and create app (name doesn't matter)
  3. Click "API development tools"
  4. In "App Configuration" section you will find your api id and hash

Analyze data - spy for your friends!

Track hours when user is mostly online and compare them to another

newplot (2)

See who opens telegram the most

newplot (1)

Check the exact time someone was online or offline and predict awake and asleep time

download

See who spends the most time in his phone

download (1)

See how many times user was online in each day

download (2)

See how much time someone spent in each day

download (3)

Dear developers,

Please dont blame me for quality of the code, just remember - dont touch things which are working somehow