# Scrapers Settings

{% hint style="warning" %}
We strongly recommend using burner accounts for the scraping to avoid bans
{% endhint %}

## 1. Telegram Auth

Used to scrape telegram calls

* Press QR Code on Lunar
* Open Telegram on your mobile device
* Go to settings > devices > link desktop device
* Scan the QR code from Lunar

{% hint style="info" %}
You can revoke this access by terminating the session called 'lunar' on telegram
{% endhint %}

## 2. Discord Token

Used to scrape discord calls

* Enter the token of the discord account that has access to all the channels you want to monitor
* To find your discord token, follow the steps [here](https://www.youtube.com/watch?v=b2Y8-Z3Wtjo)

{% hint style="danger" %}
Do not share your token with anyone as it gives them access bypassing any 2FA
{% endhint %}

## 3. Twitter Auth

Used to scrape twitter posts

* Get the authorisation tokens of the accounts you want to use to monitor
* Press import to add, remove & manage them

{% hint style="success" %}
Twitter Auth tokens can be purchased [here](https://hstock.org/en/product/twitter-created-100-days-ago-1539ca1a), purchase at your own risk
{% endhint %}

## 4. Twitter Proxies

Will be used to scrape twitter posts

* Press select proxy group
* Choose the proxy group you want to use

{% hint style="info" %}
Make sure you have set your proxy groups in [Proxies](/getting-started/proxies.md)
{% endhint %}

{% hint style="info" %}
Press save settings in the bottom left once you are done
{% endhint %}

<figure><img src="/files/Vfc3Q35cv2xSyZkdaRtv" 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/getting-started/scrapers-settings.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.
