Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/17alma41/telegram_bot

Un bot de telegram
https://github.com/17alma41/telegram_bot

bot telegram-bot

Last synced: about 1 month ago
JSON representation

Un bot de telegram

Awesome Lists containing this project

README

        

# Bot de telegram

## 1: Crear el bot de Telegram
1. Abre Telegram y busca el BotFather.
2. Usa el comando /newbot para crear un nuevo bot.
3. Sigue las instrucciones para darle un nombre y un nombre de usuario al bot.
4. Al finalizar, obtendrás un token que necesitarás para conectar tu bot a la API de Telegram.

## 2: Instalar la biblioteca
Abre una terminal y ejecuta el siguiente comando para instalar la biblioteca python-telegram-bot:
```bash
pip install python-telegram-bot
```

## 3: Ejecutar el bot
Abre una terminal y ejecuta lo siguiente:
```bash
python3 main.py
```

## 4: Probar el bot
Abre Telegram y busca tu bot usando el nombre de usuario que creaste.

Inicia una conversación con tu bot y usa los siguientes comandos:

/hola para recibir el mensaje "¡Hola Mundo!".

/numero para recibir un número aleatorio entre 1 y 100.