a XMPP logging bot, saving its log as html page
Go to file
2019-05-03 13:33:07 +02:00
logbot.py find book on worldcat 2019-05-02 23:15:02 +02:00
README.md Update 'README.md' 2019-05-03 13:33:07 +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 beautifulsoup4

That's all for now!