https://github.com/mineo/lala
IRC bot written in python
https://github.com/mineo/lala
bot irc irc-bot python twisted
Last synced: 6 months ago
JSON representation
IRC bot written in python
- Host: GitHub
- URL: https://github.com/mineo/lala
- Owner: mineo
- License: mit
- Created: 2011-01-27T18:40:39.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T14:56:19.000Z (almost 5 years ago)
- Last Synced: 2025-07-14T13:32:13.269Z (6 months ago)
- Topics: bot, irc, irc-bot, python, twisted
- Language: Python
- Homepage: https://lala.readthedocs.org/en/latest/
- Size: 369 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Lala IRC Bot
============
Dependencies
------------
* twisted
Setup
-----
* Copy /usr/share/lala/config.example to either /etc/lala.config or
$XDG_CONFIG_HOME/lala/config or (if and only if the latter is not set)
$HOME/.lala/config
* Edit the file you just copied to your liking
* Use twistd to start the bot::
twistd lala
* If you want to get more verbose output in the log file, add the ``--verbose``
option.
For more information about the setup, the available plugins and the API, read
the `documentation`_.
.. _documentation: https://lala.readthedocs.org/en/latest/