Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 454 Bytes

chupiwordle

Telegram bot game based on wordle. Requires Python 3.

Dependencies

python-telegram-bot

https://github.com/python-telegram-bot/python-telegram-bot

$ pip install python-telegram-bot --upgrade

Use

  • Create a new Bot via Telegram's @BotFather. This will generate a token.
  • Set that token in secretRepository.py.
  • Install the dependencies.
  • Run python bot.py.
  • Open Telegram and send /start to your Bot.
  • That's it!