proseltd / Telepathy-Community

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

A new feature to track who replied to channel messages ++ #26

Closed aaarghhh closed 1 year ago

aaarghhh commented 1 year ago

Added a functionality to list all users who replied to messages in chats, useful if you want to track who interact with message in channels. It also dump replies of channel messages as your future plan.

TODO

proseltd commented 1 year ago

This looks amazing! Would love to merge, but would you rather I wait until you've finished the todos?

aaarghhh commented 1 year ago

For the flag, I'll add it tonight. ;) For the reaction, I have to think a little because my goal was to track who reacted. On channels this feature isn't available because it seems that it's hidden by default so IMO the feature is viable only on groups, I think this data could be integrated in the message report but I don't want to rewrite your work.

proseltd commented 1 year ago

Wonderful, I'll merge once you've done that. Thank you so much!

I've been taking some time to explore the same, but haven't made much progress on reactions. If you find some solutions for this (whether channels, or just groups), I'm totally open to collaborating on putting that together. I think it'd be a really beneficial feature :)

aaarghhh commented 1 year ago

Updated with the flag a fix on media directory, code cleaning with black.
Updated the README with the new flag :smiley:

Let me know what u think about.

proseltd commented 1 year ago

Looks great, merged!

aaarghhh commented 1 year ago

Thank you a lot 🙂, I'll start to watch the features missing in your TODO. I really enjoy Telepathy..