14 lines
671 B
Markdown
14 lines
671 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. (Python3 only)
|
||
|
|
||
|
## Telethon
|
||
|
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).
|
||
|
Then place your settings in config.py.
|
||
|
Run the bot with python3 bot.py.
|
||
|
|
||
|
## Contributing
|
||
|
* Copyright © 2018 JerryXiao
|