# Usage Instructions

1. If you have not managed to log in to the telegram scraper yet, then check out this page: <https://docs.bananagun.io/telegram-scraper/setup-instructions>
2. Once you have logged in, click on start new scrape at the bottom to start scraping a telegram channel, this should open a window where you can select some settings.
3. Select the title of the group or channel that you want to scrape for messages
4. Select whether you want to scrape messages from bots only, or admins only, or both.
5. Select the number of wallets you wish to use to snipe the contract.
6. Select the eth amount you wish to snipe (per wallet).
7. Click start
8. It should now be scraping the telegram channel for any messages from bots or admins which contain in it an Ethereum contract address.
9. If it finds an Ethereum contract address in a message from a bot and/or admin it will initiate either a buy or start the auto sniper.
10. Once an Ethereum contract address has been found in the messages of the group, if the contract address appears in any subsequent messages it will not fire again.
11. If a new contract address is posted though, it will fire again.


---

# 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://docs.bananagun.io/resources/telegram-scraper/usage-instructions.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.
