> For the complete documentation index, see [llms.txt](https://docs.bananagun.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bananagun.io/resources/telegram-scraper/usage-instructions.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bananagun.io/resources/telegram-scraper/usage-instructions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
