mau_mau_bot_bot/README.md

18 lines
835 B
Markdown
Raw Normal View History

2018-12-20 13:12:30 +08:00
# mau_mau_bot_bot
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE)
This user bot can play uno with other humans. (Python3 only)
2018-12-20 13:14:49 +08:00
## Installation
2018-12-20 13:12:30 +08:00
The bot uses [Telethon](https://github.com/LonamiWebs/Telethon), a Pure Python 3 MTProto API Telegram client library.
Please follow [this](https://telethon.readthedocs.io/en/stable/extra/basic/installation.html#installation) guide to install Telethon, and [create your api id and hash](https://telethon.readthedocs.io/en/stable/extra/basic/creating-a-client.html).
2018-12-20 14:05:02 +08:00
Then place your settings in `config.py`.
2018-12-20 13:14:49 +08:00
Run the bot with `python3 bot.py` or `./bot.py`.
2018-12-20 13:12:30 +08:00
2018-12-20 14:05:02 +08:00
## Usage
Add yourself and unobot to a group. Create a new game with `/new`.
The bot will join the game and play its cards automatically.
2018-12-20 13:12:30 +08:00
## Contributing
* Copyright © 2018 JerryXiao