Skip to content

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..

Download Month Build Status

Jordan Molina Alfaro - Costa Rica - 2019 @jmirsteinban

Primeros Pasos.

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




Clone this wiki locally