a XMPP logging bot, saving its log as html page
Go to file
2019-04-16 23:11:17 +02:00
logbot.py removing the default value for the output folder 2019-04-16 23:11:17 +02:00
README.md adding the logbot to the git 2019-04-16 23:04:23 +02:00

logbot

A small XMPP bot written in Python (using the slixmpp library), that logs all images and messages with the mentioning of @bot.

To run it:

$ python3 logbot.py

Dependencies:

$ sudo pip3 install slixmpp

That's all for now!