tgmsbot/README.md

12 lines
562 B
Markdown

# Python Telegram Minesweeper Bot
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE)
It's a python clone of [@mine_sweeper_bot](https://github.com/hczhcz/telegram-kuso-bots/blob/master/minesweeper.js)
The bot is currently running as [@archcnmsbot](http://telegram.me/archcnmsbot).
To run the bot yourself, you will need:
- Python 3.8+
- Numpy
- [peewee ORM](http://docs.peewee-orm.com/en/latest/peewee/installation.html)
- The [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) module