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
- Host: GitHub
- URL: https://github.com/cganterh/le
- Owner: cganterh
- Created: 2017-01-08T19:54:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:46:25.000Z (over 3 years ago)
- Last Synced: 2025-02-23T13:49:28.167Z (over 1 year ago)
- Topics: chatbot, python, python3, telegram-bot
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
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