17 lines
568 B
Markdown
17 lines
568 B
Markdown
|
# 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.
|
||
|
|
||
|
## Installation
|
||
|
The bot uses [Telethon](https://github.com/LonamiWebs/Telethon), a Pure Python 3 MTProto API Telegram client library.
|
||
|
Place your settings in `config.py`.
|
||
|
Run the bot with `python3 bot.py` or `./bot.py`.
|
||
|
|
||
|
## 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.
|
||
|
|
||
|
## Contributing
|
||
|
* Copyright © 2023 JerryXiao
|