a XMPP logging bot, saving its log as html page
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Luke Murphy 3ffccff799
Woops, fixed URL
pirms 4 gadiem
README.md Woops, fixed URL pirms 4 gadiem
logbot.py testing the hook :) pirms 5 gadiem

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!