Simple chat bot to play minesweeper based on pyTelegramBotAPI library.The choice of field size and difficulty level (number of mines) is implemented in this project.
docker build . -t tgbot
docker run -e API_BOT_TOKEN={YOUR_API_KEY} tgbot
For testing telethon library could be used. However automated tests are out of the scope of this basic project.