How to Set Up Telegram Userbot
What is a Userbot?
A userbot automates your real Telegram account. Unlike a regular bot, it acts as YOU. It can do everything you can do: ban users, delete messages, pin posts, and more. Commands use a . prefix.
Getting API Credentials
- Go to my.telegram.org
- Log in with your phone number
- Click "API development tools"
- Fill in the form:
- App title: anything (e.g., "BotWave")
- Short name: anything (e.g., "botwave")
- Platform: Other
- Click "Create application"
- Note your API ID (a number) and API Hash (a string)
Connecting to BotWave
- Log in to botwave.online
- Go to your Dashboard
- Click "Connect Telegram Userbot"
- Enter your API ID and API Hash
- Scan the QR code with your Telegram app, or enter the verification code sent to your Telegram
- You'll see "Connected" with your account name
Important Notes
- The userbot uses your admin rights in groups. If you're not an admin, admin commands won't work.
- Use
.aliveto check if the userbot is running. - Use
.helpto see all available commands. - The userbot runs on BotWave's servers, so it stays online even when your phone is off.