Telegram bot game based on wordle. Requires Python 3.
https://github.com/python-telegram-bot/python-telegram-bot
$ pip install python-telegram-bot --upgrade
- 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!