Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.96 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.96 KB

bingoBot

Bot de Telegram para jugar al Bingo con tus amigos.

Telegram bot to play the game Bingo with your friends in a group

Castellano

¡Crea tu propio bot en Telegram para jugar al bingo en tu grupo de amigos!

Primeros pasos

  • Busca en Telegram la cuenta @BotFather, te guiará en el proceso de creación de tu bot
  • Consigue el TOKEN de tu bot, es un código que te permitirá controlar tu bot, ¡no lo difundas!
  • Abre el archivo bingoBot.py con tu editor de texto preferido y añade el TOKEN de tu bot entre comillas en la variable TOKEN de la línea 17. Guarda el archivo.
  • Navega en una terminal (linux) o un Símbolo del sistema (windows) hasta la ubicación del archivo bingoBot.py y ejecútalo con el comando: "python bingoBot.py 0"
  • ¡Ya puedes interactuar con tu bot usando Telegram!

Comandos disponibles

  • /nueva_partida: inicia la partida
  • /bola: extrae una bola del bombo
  • /linea: un jugador puede cantar línea con este comando
  • /bingo: el jugador que primero rellene su cartón puede usar este comando para proclamarse ganador y finalizar la partida

English

Create your own Telegram bot to play bingo in your group of friends!

First steps

  • Search for the @BotFather account in Telegram, it will guide you through the process of creating your bot
  • Get your bot's TOKEN, it's a code that will allow you to control your bot, don't share it online!
  • Open the bingoBot.py file with your favorite text editor and add your bot's TOKEN in quotes to the TOKEN variable in line 17.
  • Navigate in a terminal (linux) or a Command Prompt (windows) to the location of the bingoBot.py file and execute it with the command: "python bingoBot.py 0".
  • You can now interact with your bot using Telegram!

Commands available

  • /nueva_partida: start the game
  • /bola: extracts a ball from the rotating drum
  • /linea: a player can sing line with this command
  • /bingo: the player who first fills in his card can use this command to proclaim himself the winner and end the game