Add functions from the Telerecon
Which function do you need? Is see most functions have been impled by tdl.
-
3.Collect user messages from a target channel: Collect and compile any messages from the target username in a target channel. Option to also download media (NOTE - media download slows collection).
-
4.Collect user messages from a list of target channels: iterate through a txt/csv directory list of Telegram channels, collecting and compiling any messages by the target username. Option to also download media (NOTE - media download slows collection). Assumes directory list is in the primary Telerecon directory.
-
9.Identify possible user associates via interaction network map: Assumes user messages have already been collected. Constructs a network visualisation showing replies/interactions with other users (useful for identifying possible associates).
-
10.Parse user messages to extract selectors/intel: Outputting a report containing any potential phone numbers, emails, or other selectors based on regex and key phrase targeting (the report includes citations for ease of verification). Key phrases are customizable by editing the script.
It seems that most features can be achieved by exporting raw information using the command tdl chat XXXX --raw and combining it with some scripts. tdl is a general-purpose tool and may not develop features for specific niche requirements.
That's great! Can you add these commands and scripts to the documentation?