logbot/README.md

18 lines
381 B
Markdown
Raw Normal View History

2020-02-06 15:31:48 +01:00
> note: merged into https://git.vvvvvvaria.org/varia/bots
2020-02-06 15:30:25 +01:00
2019-04-16 23:04:23 +02:00
# logbot
2019-09-11 22:29:20 +02:00
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.
2019-04-16 23:04:23 +02:00
To run it:
$ python3 logbot.py
Dependencies:
2019-05-03 13:33:07 +02:00
$ sudo pip3 install slixmpp beautifulsoup4
2019-04-16 23:04:23 +02:00
---
That's all for now!