tgmsbot/README.md

12 lines
562 B
Markdown
Raw Permalink Normal View History

2018-12-30 21:00:54 +08:00
# 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:
2019-11-18 20:46:22 +08:00
- Python 3.8+
2019-01-02 15:33:07 +08:00
- Numpy
2019-01-15 11:58:55 +08:00
- [peewee ORM](http://docs.peewee-orm.com/en/latest/peewee/installation.html)
2018-12-30 21:00:54 +08:00
- The [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) module