All Projects β†’ tejado β†’ telegram-nearby-map

tejado / telegram-nearby-map

Licence: GPL-3.0 license
Discover the location of nearby Telegram users πŸ“‘πŸŒ

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to telegram-nearby-map

o.map
Open Street Map app - KaiOS
Stars: ✭ 51 (-84.5%)
Mutual labels:  map, osm, location
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (-23.1%)
Mutual labels:  map, gps, location
Atlas
🌎 Atlas is a set of APIs for looking up information about locations
Stars: ✭ 21 (-93.62%)
Mutual labels:  gps, location
Hajk
A modern, full-featured OpenLayers based map viewer and editor
Stars: ✭ 65 (-80.24%)
Mutual labels:  map, openlayers
orange3-geo
🍊 🌍 Orange add-on for dealing with geography and geo-location
Stars: ✭ 22 (-93.31%)
Mutual labels:  gps, location
gps-share
Utility to share your GPS device on local network
Stars: ✭ 49 (-85.11%)
Mutual labels:  gps, location
osm flutter
OpenStreetMap plugin for flutter
Stars: ✭ 121 (-63.22%)
Mutual labels:  map, osm
surger
⚑ Is there surge pricing around me right now?
Stars: ✭ 20 (-93.92%)
Mutual labels:  gps, location
Ol3echarts
🌏 πŸ“Š ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (-30.4%)
Mutual labels:  map, openlayers
farmOS-map
farmOS Map is an OpenLayers wrapper library designed for agricultural mapping needs. It can be used in any project that has similar requirements.
Stars: ✭ 18 (-94.53%)
Mutual labels:  map, openlayers
s60-maps
Yet another maps for Symbian OS
Stars: ✭ 27 (-91.79%)
Mutual labels:  map, location
gpx-builder
Builder of GPX files
Stars: ✭ 25 (-92.4%)
Mutual labels:  gps, location
LocationShare
A simple Android application to share your location
Stars: ✭ 75 (-77.2%)
Mutual labels:  gps, location
FusedBulb
Location fetch library.
Stars: ✭ 22 (-93.31%)
Mutual labels:  gps, location
GoogleMap Demo
GoogleMap一些常用APIζ€»η»“εΊ“
Stars: ✭ 24 (-92.71%)
Mutual labels:  map, location
openfairdb
Open Fair DB is the CreativCommons Backend of Kartevonmorgen.org
Stars: ✭ 53 (-83.89%)
Mutual labels:  map, osm
google streetview
A command line tool and module for Google Street View Image API
Stars: ✭ 77 (-76.6%)
Mutual labels:  map, location
Brutile
BruTile is a .NET library to access tile services like those of OpenStreetMap, MapBox or GeodanMaps.
Stars: ✭ 203 (-38.3%)
Mutual labels:  map, osm
Mocs
My Own Car System, a Go & Qt application for your car
Stars: ✭ 218 (-33.74%)
Mutual labels:  map, gps
aic-mobile-ios
Art Institute of Chicago Official Mobile App
Stars: ✭ 29 (-91.19%)
Mutual labels:  gps, location

Telegram Nearby Map

Telegram Nearby Map uses OpenStreetMap and the official Telegram library to find the position of nearby users.

Inspired by Ahmed's blog post and a Hacker News discussion. Developed by github.com/tejado.

Telegram Nearby Map Screenshot

How does it work?

Every 25 seconds all nearby users will be received with TDLib from Telegram. This includes the distance of every nearby user to "my" location. With three distances from three different points, it is possible to calculate the position of the nearby user.

This only finds Telegram users which have activated the nearby feature. Per default it is deactivated.

Installation

Requirements: node.js and an Telegram account

  1. Create an API key for your Telegram account here
  2. Download the repository
  3. Create config.js (see config.example.js) and put your Telegram API credentials in it
  4. Install all dependencies: npm install
  5. Start the app: npm start
  6. Look carefully at the output: you will need to confirm your Telegram login
  7. Go to http://localhost:3000 and have fun

Dependencies

To avoid that you have to build TDLib yourself (https://github.com/tdlib/td#building), I added tdlib.native in the lib/tdlib folder. Please note that this is an external dependency that has not been fully reviewed by me!

Changelog

2021-11-13

  • Added tdlib.native for Linux (now it works in GitHub Codespaces)
  • Updated all dependencies
  • Bugfixes
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].