Improve readme
This commit is contained in:
parent
e2ff08d1fb
commit
48e47fd41c
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
This user bot can play uno with other humans. (Python3 only)
|
This user bot can play uno with other humans. (Python3 only)
|
||||||
|
|
||||||
## Telethon
|
## Installation
|
||||||
The bot uses [Telethon](https://github.com/LonamiWebs/Telethon), a Pure Python 3 MTProto API Telegram client library.
|
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).
|
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.
|
Run the bot with `python3 bot.py` or `./bot.py`.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
* Copyright © 2018 JerryXiao
|
* Copyright © 2018 JerryXiao
|
||||||
|
|
Loading…
Reference in a new issue