Python Telegram Minesweeper Bot
https://github.com/isjerryxiao/tgmsbot
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
cards.py | 1 year ago | |
data.py | 3 years ago | |
data_ram.py | 3 years ago | |
ms_terminal.py | 4 years ago | |
mscore.py | 3 years ago | |
requirements.txt | 1 year ago | |
tgmsbot.py | 1 year ago |
README.md
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:
- Python 3.8+
- Numpy
- peewee ORM
- The python-telegram-bot module