a XMPP logging bot, saving its log as html page
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luke Murphy 3ffccff799
Woops, fixed URL
4 년 전
README.md Woops, fixed URL 4 년 전
logbot.py testing the hook :) 5 년 전

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!