# How to use Telegram scraper

{% hint style="info" %}
Before being able to use the Telegram scraper, you must [setup ](/aviddot-2.0-guide/overview/how-to-setup-the-bot.md)it
{% endhint %}

<figure><img src="/files/NCjLva4dLLaceCg5kH56" alt=""><figcaption><p>Screen of telegram scraper</p></figcaption></figure>

## Channel/Group field

In the Channel/Group field you have to set the id of the channel/group you want to monitor

Use this bot to pick the ID that you need <https://t.me/username_to_id_bot>

Jjust send the group link to this bot to get the ID

Usually the ID starts with a sign (-)&#x20;

Example: -123456789&#x20;

You must also enter the sign in the field if there is (see the example screen above)

## Username filter field

In this field, you must enter the username of the user(s) you want to monitor.&#x20;

You must take into account the username with the @&#x20;

Example:&#x20;

If you want to monitor @Aviddotsupport2, you need to write only Aviddotsupport2 without the @&#x20;

You can enter as many users as you want, just separate them with a comma:&#x20;

Example: Aviddotsupport2, Aviddot, etc...

## Blacklist words

Here you can enter the word (or words, always separated by a comma), which do not execute the purchase.

Example:&#x20;

I insert the word TEST.&#x20;

If the phrase being sent to the group by the filtered user contains that word, and an address token, the bot will do nothing.&#x20;

It will just print a message explaining that it has detected a BlackWord.

You can enter as many words as you want, just separate them with a comma:&#x20;

Example: test, scam, etc...


---

# 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://aviddot-2-0.gitbook.io/aviddot-2.0-guide/overview/how-to-use-telegram-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.
