Skip to content

kuzantiv/wordle-telegram-bot

 
 

Repository files navigation

Wordle Telegram Bot

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:

This is an image

Features

  • Play as many games as you want
  • Languages: English, German, Swedish

Setup

  • Configure example.env
  • run pip install -r requirements.txt
  • run python wordle-telegram-bot.py

TODO

  • Feature to change language
  • Simpler word pool
  • Delete user message 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
  • 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
  • Option to get a hint on the last guess, e.g. an example sentence or the definition

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%