# Twitter Scraper

## 1. Create Task & General Settings

* Go to the 'Defi' tab
* Press Create Tasks
* Choose a task name
* Select Twitter Scraper
* Select the wallets to use

{% hint style="warning" %}
Ensure your scraper settings are correct [here](/getting-started/scrapers-settings.md)
{% endhint %}

## 2. General DeFi Settings

* Enter & Select all the general task settings
* A detailed guide can be found [here](/defi/general-defi-settings.md)

## 3. Scraper

### Message Positive Keywords <a href="#message-positive-keywords" id="message-positive-keywords"></a>

* When a keyword is detected, Lunar **will attempt** to purchase the token

### Message Negative Keywords <a href="#message-negative-keywords" id="message-negative-keywords"></a>

* When a keyword is detected, Lunar **will avoid** purchasing the token

### Whitelisted Usernames <a href="#whitelisted-user-ids" id="whitelisted-user-ids"></a>

* The names of discord users Lunar should track and purchase calls from

{% hint style="info" %}
You can whitelist multiple users with the format:\
\
elite3000, zootiusmaximus, bolt.
{% endhint %}

### Minimum & Maximum Curve Progress <a href="#minimum-and-maximum-curve-progress" id="minimum-and-maximum-curve-progress"></a>

* Minimum & Maximum bonding curve progress Lunar should abide to.

{% hint style="info" %}
If the token is below the minimum or above the maximum, Lunar will not purchase the token
{% endhint %}

### Max Holders Holding % <a href="#max-holders-holding" id="max-holders-holding"></a>

* The maximum supply held by the top 10 holders

### PumpFun & Raydium <a href="#monitor-1" id="monitor-1"></a>

* Select if you want to purchase only or both PumpFun and Raydium tokens

<figure><img src="/files/WY6EkPEiPTXGiM2gVU0w" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>

## 4. Twitter Scraper

### Twitter Usernames <a href="#monitor-1" id="monitor-1"></a>

* Enter the Usernames (@) of the accounts you want to scrape.

{% hint style="info" %}
You can scrape multiple accounts at once with the format:\
\
LunarWeb3, BoltNFT
{% endhint %}

<figure><img src="/files/X23694F2eCADxXIyUzzM" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>


---

# 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://guide.lunar.trade/scrapers/twitter-scraper.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.
