mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Add some readme.
This commit is contained in:
parent
8df80e40ad
commit
1c4c75ee8f
16
README.md
16
README.md
@ -1,6 +1,22 @@
|
||||
# pyTelegramBotAPI
|
||||
Python Telegram bot api.
|
||||
|
||||
## How to install
|
||||
|
||||
* Install from source
|
||||
|
||||
```
|
||||
$ git clone https://github.com/eternnoir/pyTelegramBotAPI.git
|
||||
$ cd pyTelegramBotAPI
|
||||
$ python setup.py install
|
||||
```
|
||||
|
||||
* Install by pip
|
||||
|
||||
```
|
||||
$ pip install pyTelegramBotAPI
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
* Send Message
|
||||
|
Loading…
Reference in New Issue
Block a user