proseltd / Telepathy-Community

Public release of Telepathy, an OSINT toolkit for investigating Telegram chats.
MIT License
949 stars 133 forks source link

Refactoring + Private group #27

Closed aaarghhh closed 1 year ago

aaarghhh commented 1 year ago

I started to refactor the code and I tried to introduce a way to gather information about private groups. Using the flag -t and passing darectly the invite url, like this: -t https://t.me/(joinchat/|\+)[INVITE CODE] Telephaty should be able to gather info about private groups. Let me know what do you think about. :)