Skip to content

Karlend/telespy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telespy

This script allows to track your friends' online status. It's using update event from contacts to prevent flood waits for fetching accounts. Example output from online.csv:

"user", "date_start", "session_time"
@user1, 2022-10-06 08:13:12, 14
@user2, 2022-10-06 08:30:44, 71
@user3, 2022-10-06 08:40:48, 155
@user1, 2022-10-06 08:44:36, 59
@user1, 2022-10-06 08:46:27, 80

How to run

  • Install Python3.10
  • Install dependencies - pip3 install -r requirements.txt.
  • Navigate to Telegram app creation and create app
  • Open the .env file inside the telespy folder and change existing settings
  • Run app with python3 -m telespy ( you can add --log-level INFO to see more info )
  • Enter your accounts data ( phone number and 2FA code )

Docker

# build docker image
docker build -t telespy:latest .

# run telespy
docker run -it -v $PWD:/app telespy

About

Telethon userbot to stalk people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors