Telegram Nearby Map Uses OpenStreetMap and official Telegram library to find positions of nearby users.
Please note: Telegram's API updated, making nearby user distances less precise, preventing exact location calculations. Displays nearby users but does not show exact locations.
Inspired by Ahmed's blog post and Hacker News discussion.
Developed by github.com/tejado
How it works: Every 25 seconds receives all nearby users with TDLib from Telegram, including distances of each user to "my" location. With three distances from three different points, calculates position of nearby user. Only finds Telegram users who have activated nearby feature (default deactivated).
Installation: Requires node.js and Telegram account
> Visit telegram nearby map Website <