Python Telegram Minesweeper Bot https://github.com/isjerryxiao/tgmsbot
Go to file
JerryXiao 53d3fb4bb5
from_user should be reply_to_user
2019-10-15 19:12:07 +08:00
.gitignore bug fix: consider STEPPED_MINE as a flagged mine 2019-01-15 11:54:47 +08:00
LICENSE first commit 2018-12-29 20:37:07 +08:00
README.md Add peewee orm to readme 2019-01-15 11:58:55 +08:00
cards.py from_user should be reply_to_user 2019-10-15 19:12:07 +08:00
data.py support context based callback, fix bugs, add cards system 2019-10-15 18:51:46 +08:00
data_ram.py support context based callback, fix bugs, add cards system 2019-10-15 18:51:46 +08:00
ms_terminal.py first commit 2018-12-29 20:37:07 +08:00
mscore.py bug fix: consider STEPPED_MINE as a flagged mine 2019-01-15 11:54:47 +08:00
tgmsbot.py support context based callback, fix bugs, add cards system 2019-10-15 18:51:46 +08:00

README.md

Python Telegram Minesweeper Bot

License: GPL v3

It's a python clone of @mine_sweeper_bot
The bot is currently running as @archcnmsbot.

To run the bot yourself, you will need: