From 4639bf77bfc0db2eb311ca1ab91c60377d63e6de Mon Sep 17 00:00:00 2001 From: Jerry Xiao Date: Thu, 20 Dec 2018 14:05:02 +0800 Subject: [PATCH] basic usage --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e331e..a6275f4 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,12 @@ This user bot can play uno with other humans. (Python3 only) ## Installation 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`. +Then 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 © 2018 JerryXiao