le

A silly chatbot for telegram.


Keywords
python, python3, telegram-bot, chatbot
License
MIT
Install
pip install le==1.0.16

Documentation

Le

https://travis-ci.org/cganterh/le.svg?branch=master

https://coveralls.io/repos/github/cganterh/le/badge.svg?branch=master

Le is a silly extensible chatbot. This package is designed to load plugins in the entry point groups le.parsers, le.handlers and le.handlers.chat.

For more examples on how to write new plugins you can look at the ones I wrote:

You can install any of these packages together and the run lebot to start your bot:

lebot <telegram_token>

The usage of the command is:

usage: lebot [-h] [-d] telegram_token

positional arguments:
  telegram_token

optional arguments:
  -h, --help      show this help message and exit
  -d, --debug