A unofficial Wordle game that you can play in Telegram. Heavily inspired by: https://www.powerlanguage.co.uk/wordle/
Try it out: @TheWordleBot
This is how it looks like:
- Play as many games as you want
- Languages: English, German, Swedish
Clone repository:
git clone https://github.com/valenbar/wordle-telegram-bot
Configure example.env
cd wordle-telegram-bot
Install python requirements
pip install -r requirements.txt
Start the program
python wordle-telegram-bot.py
docker build -t wordle_telegram_bot .
docker volume create wordle_data
docker run -d -v wordle_data:/app --name wordle_app wordle_telegram_bot
- Feature to change language
- Simpler word pool
- Delete user message when when word is not added to board
- Update unique users count to log channel
- Remove yellow letter if that letter is already green and there is no other
- Add more markdown to log channel messages
- Save all word guesses to a dictionary to find most common guesses
- Add resources.txt
- Add Hard-mode
- Option to change board size
- Add Feedback option
- Option to get a hint, e.g. an example sentence or the definition
- Notify if guess is in the wrong language
- Count game wins/loses per user
- Option to report a bad word after the game
- Sync guessed words dictionary to google spreadsheet
- Error handling when pickled data is corrupted