# Telegram OSINT

```
#TeleRECON (requires Telegram API key, ideally from burner account)

git clone https://github.com/sockysec/Telerecon.git
pip install -r requirements.txt
python3 -m spacy download en_core_web_sm 
python3 launcher.py

#Sample workflow

Run launcher.py

Select '1' and input a target username (i.e. @Johnsmith), return to the launcher
Select '2', input target username (i.e. @Johnsmith), input target channel list (i.e. targetchats.txt)
When asked whether you would like to scrape posts, select 'y'. Alternatively, select '4'. Input target username (i.e. @Johnsmith) and channel list (i.e. targetchats.txt). Choose whether or not to include media (media will take significantly longer). After running, return to the launcher.
Select '9', input target username (i.e. @Johnsmith). After running, return to the launcher.
Select '10', input target username (i.e. @Johnsmith). After running, to the launcher.
(Skip if you didn't download media) Select '11', input target username (i.e. @Johnsmith). After running, to the launcher.
Select '12', input target username (i.e. @Johnsmith) and define a timezone. After running, return to the launcher.
Select '13', input target username (i.e. @Johnsmith). After running, return to the launcher.
Select '15', input target username (i.e. @Johnsmith).
Select '16', input target username (i.e. @Johnsmith).



```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://davidtancredi.gitbook.io/pentesting-notes/r3dcl1ff/osint/socmint/telegram-osint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
