a XMPP logging bot, saving its log as html page
Go to file
2020-02-06 15:32:56 +01:00
logbot.py testing the hook :) 2019-07-17 19:01:25 +02:00
README.md Woops, fixed URL 2020-02-06 15:32:56 +01:00

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!