# Twitter

## Overview

Searching for information using some of the same[ search engine operators](/osint-fundamentals/search-engine-operators.md) is possible within **Twitter.**

## Twitter Dorking

This could all be done using the **Advanced search** feature built into Twitter

Search for tweets with a specific term

```
"sweet and sour sauce"
```

Search for everything **from** or **to** a user. This brings up posts, comments, likes and retweets

```
from:kanyewest
to:kanyewest
@kanyewest
from:kanyewest "sweet and sour sauce"
```

Search for tweets between a certain time frame (Year-Month-Day)

```
from:kanyewest since:2019-02-01 until:2019-03-01
"sweet and sour sauce" since:2019-02-01 until:2019-03-01
```

Search for specific coordinates withing a 10km range. This can be narrowed down to a single km

```
geocode:45.5590642,-73.8766781,10km
```

<figure><img src="/files/LtbGteFCUrrbMdnLw0Rq" alt=""><figcaption><p>Google Maps coordinates</p></figcaption></figure>

## Web Based Tools

{% embed url="<https://github.com/rmdir-rp/OSINT-twitter-tools>" %}


---

# 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://pnpt.adot8.com/osint-fundamentals/social-media/twitter.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.
