BotsTelegram_Python/02-colgado_bot
2021-01-07 21:44:41 -03:00
..
anim_colgado.py init repo Python Telegram Bots 2021-01-04 20:11:22 -03:00
colgabot.py trim ' ' 2021-01-07 21:44:41 -03:00
constantes.py init repo Python Telegram Bots 2021-01-04 20:11:22 -03:00
estados_colgado.py init repo Python Telegram Bots 2021-01-04 20:11:22 -03:00
palabras.py init repo Python Telegram Bots 2021-01-04 20:11:22 -03:00
README.md trim ' ' 2021-01-07 21:44:41 -03:00
sesion_colgado.py init repo Python Telegram Bots 2021-01-04 20:11:22 -03:00

Telegram Python Bot + juego 'El Colgado'

Fusion de proyectos compartidos en:
- youtube/CodinEric - youtube/freeCodeCamp.org

Crear archivo de configuración
./config.py

 """
 Almacenamiento de secretos
 """

 TOKEN = 'bot-token'
 ADMIN = 'user_id'