a XMPP logging bot, saving its log as html page
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Luke Murphy 3ffccff799
Woops, fixed URL
hace 4 años
README.md Woops, fixed URL hace 4 años
logbot.py testing the hook :) hace 5 años

README.md

note: merged into https://git.vvvvvvaria.org/varia/bots

logbot

A small XMPP bot written in Python (using the slixmpp library) that logs all images and messages with the mentioning of @bot to an HTML page, to allow collaborative log writing over time.

To run it:

$ python3 logbot.py

Dependencies:

$ sudo pip3 install slixmpp beautifulsoup4

That's all for now!