logbot/README.md

16 lines
262 B
Markdown
Raw Normal View History

2019-04-16 23:04:23 +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:
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!