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

# Scraper Setup

Getting the scraper up and running requires a few preliminary steps:

1. Download the ABOT.DOG Scraper provided in our main channel @ABOT.DOG or the Downloads Section. <mark style="color:red;">DO NOT DOWNLOAD IT FROM ANY OTHER SOURCE</mark>.
2. Install and launch the scraper, and you’ll be asked to supply an api id and api hash. You can get these by following steps 3 through 9.
3. Disable AdBlocker and any VPN extensions if you are using Google Chrome, and then:
4. Go to my.telegram.org. <mark style="color:red;">DO NOT FOLLOW ANY OTHER LINKS</mark>.
5. Enter your phone number. Make sure to select the phone number of the Telegram account connected with the ABOT.DOG Sniper Bot. Otherwise, scraping will not work. After you press Next, the site will request an access code.
6. The code will be sent by the official Telegram account to your Telegram. <mark style="color:red;">DO NOT SHARE THIS CODE WITH ANYONE</mark>. Use the access code to login.
7. After logging in, select API Development Tool.
8. Fill out the form:
   * App Title: ABOT.DOG Scraper
   * Short Name: Scraper
   * URL: <https://my.telegram.org/>
   * Platform: Desktop
9. Select Create Application. You will now have access to your api id and api hash. <mark style="color:red;">DO NOT SHARE THESE WITH ANYONE</mark>.
10. Go back to the scraper and enter your api id and api hash.
11. Enter your phone number (with the international code). The scraper will request an access code and a password. If you don’t have Two-Factor Authentication (2FA) enabled in your Telegram account, you can leave the password field empty.
12. The code will be sent by the official Telegram account to your Telegram. Use it to finalize the setup.

You should now be logged in to the scraper. Let’s look at how it interacts with the ABOT.DOG Sniper Bot.


---

# 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.abot.dog/abot-scraper/scraper-setup.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.
