
An OSINT Geolocalization tool for Telegram that find nearby users and groups 📡🌍🔍
Pavel Durov, the founder and CEO of Telegram, announced the discontinuation of the "People Nearby" feature. The feature has been non-functional for a week.
The removal of this feature means that Geogramint and other OSINT tools that utilize the API no longer work. As of today, this GitHub repository will be archived.
The popularity of Geogramint began with this Projet FOX article, where the tool's capabilities were demonstrated in action. It was also showcased at the International Cybersecurity Forum (FIC) in Lille, France, in 2023, which led to this Projet FOX article.
Geogramint was used by many journalists, investigators, OSINT practitioners, and others. I personally want to thank everyone who used the tool, and I hope Geogramint was helpful in your investigations!
- Alb310
Twitter @Alb_310 | Projet FOX's Website | Twitter @ProjetFOX | Projet FOX's Discord | Projet FOX's LinkedIn
Geogramint is an OSINT tool that uses Telegram's API to find nearby users and groups. Inspired by Tejado's Telegram Nearby Map, which is no longer maintained, it aims to provide a more user-friendly alternative.
Geogramint only finds Telegram users and groups which have activated the nearby feature. Per default it is deactivated.
The tool is fully supported on Windows and partially supported on Mac OS and Linux distributions.
Requirements: Python 3.9, 3.10 or 3.11
git clone https://github.com/Alb-310/Geogramint.git
cd Geogramint/
pip3 install -r requirements.txt
python3 geogramint.py # for GUI mode
python3 geogramint.py --help # for CLI mode
Or depending on your installation :
git clone https://github.com/Alb-310/Geogramint.git
cd Geogramint/
pip install -r requirements.txt
python geogramint.py # for GUI mode
python geogramint.py --help # for CLI mode
git clone https://github.com/Alb-310/Geogramint.git
cd Geogramint/
pip3 install -r requirements.txt
python3 geogramint.py # for GUI mode
python3 geogramint.py --help # for CLI mode
Or depending on your installation :
git clone https://github.com/Alb-310/Geogramint.git
cd Geogramint/
pip install -r requirements.txt
python geogramint.py # for GUI mode
python geogramint.py --help # for CLI mode
More details in the Wiki.
Privacy and Security settings, enable the profile picture for everyone.
save
lat, lon format
Start Search(NB: results can also be found in Geogramint/cache_telegram/ in json and csv format + profiles pictures)
Reset will clear the results and erase the cache_telegramMore details in the Wiki.
Privacy and Security settings, enable the profile picture for everyone.

set-config set your information (api_id, api_hash and phone number)
lat lon format with the command start-scan :
⬇
(NB: results can be exported depending options used with start-scan, by default profile pictures and results in json format are present in Geogramint/cache_telegram/)
reset-scan will clear cache_telegramMore details in the Wiki.
Remember to check the Wiki before posting an issue or asking a question.
GNU General Public License v3.0