mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update Readme.
This commit is contained in:
parent
740c6aa066
commit
fcbd4e3849
12
README.md
12
README.md
@ -1,2 +1,14 @@
|
|||||||
# pyTelegramBotAPI
|
# pyTelegramBotAPI
|
||||||
Python Telegram bot api.
|
Python Telegram bot api.
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
```python
|
||||||
|
import telebot
|
||||||
|
|
||||||
|
TOKEN = '<token string>'
|
||||||
|
|
||||||
|
tb = telebot.TeleBot(TOKEN)
|
||||||
|
# tb.send_message(chatid,message)
|
||||||
|
print tb.send_message(281281, 'gogo power ranger')
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user