a XMPP logging bot, saving its log as html page
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
manetta a75e02a47b debug output folder renamed to self.output 5 years ago
README.md adding the logbot to the git 5 years ago
logbot.py debug output folder renamed to self.output 5 years ago

README.md

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!