An open API service indexing awesome lists of open source software.

https://github.com/cganterh/le

A silly telegram chatbot
https://github.com/cganterh/le

chatbot python python3 telegram-bot

Last synced: over 1 year ago
JSON representation

A silly telegram chatbot

Awesome Lists containing this project

README

          

Le
==

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

.. image:: https://coveralls.io/repos/github/cganterh/le/badge.svg?branch=master
:target: https://coveralls.io/github/cganterh/le?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:

* `lecluvindex `_
* `lehello `_
* `lechat `_
* `lemaster `_

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

lebot

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