DorkPlus Documentation
  • 👋Welcome to DorkPlus
  • Fundamentals
    • 💡Getting set up
    • 📺Video demonstration
    • 💾The modules
    • 📝Task settings
    • 🎯Dumper presets
      • ✏️Presets example
    • 🔧URL Utilites
  • Guides
    • 🌀Dorks to Lines
    • 📕Beginner Guide
  • Pages
    • 🔍Scraper/Parser
    • ⚙️Task management
    • 💉Dumper & DB Explorer
      • ⚙️Settings
    • 🔐Dehasher
      • ⚡Single dehash
      • 🔍Hash identifier
    • 🧠Task history
    • 📊Threads & Timeout
    • 🛠️Global settings
    • 🌐The Client
    • 📚FAQ
  • HOW TO
    • 👑How to: Upgrade
    • 🔗How to: Webhooks
    • 🚨How to: Telegram Alerts
    • ❗How to: Fix errors
  • Knowledge
Powered by GitBook
On this page
  1. HOW TO

How to: Telegram Alerts

Learn how to setup your Telegram bot and group to get notified.

PreviousHow to: WebhooksNextHow to: Fix errors

Last updated 9 months ago

Step 1: Create a group

Go to Telegram and make a new group, call it whatever and keep it private.

Step 2: Create a bot

Go to and send /start then /newbot it'll ask for the name and stuff just call it whatever.

You'll get the bot token, save it on Notepad or anywhere, you'll need to add it on the Settings and to get the chat ID.

Step 3: Add the bot to the group

Click the bot profile and click on "Add to group"

Then select the group you just created.

Step 4: Get the chat ID

Grab your bot token and copy paste this url in your browser.

https://api.telegram.org/bot[tokenHere]/getUpdates
eg. https://api.telegram.org/bot123456789:abcdef/getUpdates

If the response is empty remove the bot from the group and add it back. You'll then get a big JSON response, click "pretty-print" to get it sorted and find the group ID

my_chat_member > chat > id > -123456789

Sometimes you'll get a "-" sign before, sometimes you won't. Make sure to include it in Settings if you have it.

🚨
https://t.me/BotFather