Skip to content

The port of the Wordle game in Telegram

License

Notifications You must be signed in to change notification settings

OrnarasUS/Woordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Woordle

About the project: The port of the Wordle game in Telegram

Demo Bot: Woordle

Technology stack

  • Bot API: aiogram
  • Container: Docker
  • XML Toolkit: lxml

Build image

git clone https://github.com/ornarasus/Woordle.git
cd Woordle
docker build --tag ornarasus/woordle .

Pull image

docker pull ornarasus/woordle

Run container

docker run -e TOKEN={Token Bot Api} -e COUNT_LETTERS={5-6} -e COUNT_ATTEMPTS={4-12} -d ornarasus/woordle