a XMPP logging bot, saving its log as html page
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

381 B

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!