-
Notifications
You must be signed in to change notification settings - Fork 2k
pyTelegramBotAPI (Español)
Jordan Molina edited this page Jul 19, 2019
·
5 revisions
pyTelegramBotAPI - telebot
Una implementación de simple y extensible en Python para Telegram Bot API..
- Primeros Pasos.
- Escribiendo el Primer Bot
- Documentación General del API
- Uso avanzado de la API
- Lo nuevo en la biblioteca
- F.A.Q.
- Grupo de Chat de Telegram
- Más ejemplos
- Bots utilizando esta API
Jordan Molina Alfaro - Costa Rica - 2019 @jmirsteinban
Esta API esta probada en: Python 2.6 Python 2.7 Python 3.4 Pypy Pypy 3.
Hay dos formas de instalar la biblioteca:
- Installation using pip (a Python package manager)*:
$ pip install pyTelegramBotAPI
- Installation from source (requires git):
$ git clone https://github.com/eternnoir/pyTelegramBotAPI.git
$ cd pyTelegramBotAPI
$ python setup.py install