Créer votre bot Telegram

3 min de lecture

Before you can use BotLaunch, you need to create a Telegram bot through Telegram's official @BotFather. This guide will walk you through the process step by step.

Guide étape par étape

1

Ouvrir Telegram

Lancez Telegram sur votre appareil (mobile ou bureau)

2

Trouver @BotFather

Recherchez @BotFather — le bot officiel de Telegram pour créer des bots

3

Démarrer BotFather

Cliquez sur « Démarrer » ou envoyez /start pour commencer la conversation

4

Créer un nouveau bot

Envoyez /newbot et suivez les instructions pour nommer votre bot

5

Obtenir votre token

BotFather vous fournira un token API unique — gardez-le secret !

Commandes BotFather

Here's an example conversation with BotFather:

You: /newbot
BotFather: Alright, a new bot. How are we going to call it?
Please choose a name for your bot.
You: My Awesome Community Bot
BotFather: Good. Now let's choose a username for your bot.
It must end in `bot`. Like this, for example: TetrisBot
You: MyAwesomeCommunityBot
BotFather: Done! Congratulations on your new bot.
Use this token to access the HTTP API:
1234567890:ABCdefGHIjklMNOpqrsTUVwxyz

Conseils de pro

Gardez votre token secret

Ne partagez jamais votre token de bot publiquement. Toute personne possédant votre token peut contrôler votre bot.

Choisissez un bon nom d'utilisateur

Bot usernames must end with "bot" (e.g., @MyAwesomeBot). Choose something memorable.

Définissez une description

Use /setdescription in BotFather to add a description that appears when users first message your bot.

Note de sécurité importante

Your bot token is like a password. Never share it publicly, commit it to version control, or include it in client-side code. If your token is compromised, use /revoke in BotFather to generate a new one.

Bot créé ? Parfait !

Now let's connect your bot to BotLaunch and start configuring it.

Connecter Ă  BotLaunch