Skip to content

Azarattum/TelegramLocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Locator

Python script that creates a precise map of people around you.

Features:

  • Collects data using people nearby telegram feature
  • Trilaterates the exact position of each person
  • Renders all the results on map.html

Example:

example.jpg

Usage:

  1. Install dependencies:
python -m pip install -r ./requirements.txt
  1. Run script:
python ./locate.py --number NUMBER --latitude LATITUDE --longitude LONGITUDE [--offset OFFSET] [--help]
  1. Authenticate (if prompted):
Code: 
Password: 

Arguments:

Long Short Description
--help -h Show help message
--number NUMBER -n NUMBER Telephone number (aka Telegram login)
--latitude LATITUDE -la LATITUDE Latitude of your starting location
--longitude LONGITUDE -lo LONGITUDE Longitude of your starting location
--offset OFFSET -o OFFSET Trilateration scanning offset in degrees (default: 0.0007)

Third-party libraries:

  • Telethon - Pure Python 3 MTProto API Telegram client library.
  • gmplot - A matplotlib-like interface to render all the data you'd like on top of Google Maps.

About

Python script that creates a precise map of people around you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages