Python Telegram Minesweeper Bot
https://github.com/isjerryxiao/tgmsbot
.gitignore | ||
cards.py | ||
data.py | ||
data_ram.py | ||
LICENSE | ||
ms_terminal.py | ||
mscore.py | ||
README.md | ||
tgmsbot.py |
Python Telegram Minesweeper Bot
It's a python clone of @mine_sweeper_bot
The bot is currently running as @archcnmsbot.
To run the bot yourself, you will need:
- Python3
- Numpy
- peewee ORM
- The python-telegram-bot module