#Telegram Phone Number Checker

18 messages · Page 1 of 1 (latest)

mild musk
#

Hey folks! This post is a place for tech contributors to discuss the telegram-phone-number-checker CLI bellingcat1

#

I've been looking to make some improvements. I just made a smallish PR to improve the returned values for when a user was last online if anyone wants to review/sanity check it biden - https://github.com/bellingcat/telegram-phone-number-checker/pull/25

GitHub

This PR:

improves the value associated with "user_was_online" by accounting for the 5 different Telethon TypeUserStatus classes.
Adds a unit test for this new functionality, adds Pytest ...

mild musk
#

@ebon violet Ive been told to pester you about getting PR reviews 🙃

ebon violet
#

Hey @mild musk thanks for this contribution, I'll review it in the next couple of days! and indeed that old PR was staying around as inspiration that is no longer relevant 🙂

mild musk
ebon violet
#

Just reviewed and approved, added 1 line of code to close the telethon client otherwise the program would hand due to the unfinished event loop.

mild musk
torpid escarp
#

Hey tech community at bellingcat!

I've been lurking here for a while now and have been following your research with great interest. I popped in first to say thanks for all the amazing work that you're doing. I'm a developer that would love to help and contribute to the various tools you create for the community (or even help people create their own). Recently inspired by your telegram-number-checker, I thought (as a rust developer) to port it over to rust, which has the small added value of working without a python environment. Following the Bellingcat tool creation guidelines, I also prototyped a graphical version that I'd love some feedback on before making a beta release. Both are up on the repo here: https://github.com/orph3usLyre/telechecker (and are completely open-source) - for those interested!

Thanks again 🎉

GitHub

A rust port of bellingcat/telegram-phone-number-checker - orph3usLyre/telechecker

ebon violet
#

This is great, and really appreciate the GUI development and documentation effort 🙌

steel valley
#

Hello everyone. May I ask if this library can check a file of 5000 phone numbers with a telegram account? And does it have a telegram limit error?

hollow grove
#

@steel valley, I'm interested in your use case if you can share more. Are you using this tool for marketing?

mellow glade
#

hi! i made a small PR (https://github.com/bellingcat/telegram-phone-number-checker/pull/51) to check profiles by username. I understand this is a phone number checker and the number will be hidden in most cases, but on the way i found it useful to get user ID and profile pic

GitHub

Add username search functionality
Summary
Adds the ability to search for Telegram users by username (e.g., @username or username) in addition to the existing phone number search.
Changes Made

Adde...

void orbit
#

Or at least, that’s a potential method I can think of