From 6d81786907e233b74b0e5c96ccab4c348db3e0ed Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Fri, 3 Oct 2025 05:33:37 +0300 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab98ae8..8b5be3a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,33 @@ ## 🔎 Preparation 1. `Find your wifi's name and password` -2. `Go to the`[`Google AI Studio`](https://aistudio.google.com/app/api-keys)`and create your own api key` +
+2. Open the Telegram for the Bot Token and follow these steps: + +1. Open Telegram and search for `@BotFather`. +2. Start a chat with BotFather by typing `/start`. +3. Create a new bot with the `/newbot` command. +4. Follow the prompts to name your bot and choose a username. +5. Copy the API token provided by BotFather. + +
+
+Get your Telegram Chat ID: + +1. Open Telegram and search for `@userinfobot` or `@get_id_bot`. +2. Start a chat with the bot by typing `/start`. +3. The bot will reply with your **numeric user ID**. +4. For group chat ID: + 1. Add your bot to the group. + 2. Send a message in the group mentioning the bot. + 3. Use the API call: + ``` + https://api.telegram.org/bot/getUpdates + ``` + - Look for `"chat":{"id": ...}` in the JSON response. + - The `chat.id` is your group chat ID (usually negative for groups, e.g., `-1001234567890`). + +
> **Not Required:**Go to the[`Google AI Studio`](https://aistudio.google.com/app/api-keys)>F12>Network>F5>Click on any request>Security>Copy the SHA-1 fingerprint