sendxmpp-py/README.md

12 lines
456 B
Markdown
Raw Normal View History

2014-01-18 04:32:06 -05:00
# A collection of XMPP utils
2014-01-18 05:08:35 -05:00
`echobot.py` is a bot that just echoes back whatever message you send to it. Useful for testing purposes.
2014-01-18 04:32:06 -05:00
2014-01-18 05:08:35 -05:00
`sendxmpp.py` is the XMPP equivalent of sendmail. It is an alternative to the old sendxmpp written in Perl.
2014-01-18 04:32:06 -05:00
2014-01-18 05:08:35 -05:00
Dependency: [sleekxmpp](https://github.com/fritzy/SleekXMPP) (python3 version)
2014-01-18 04:32:06 -05:00
Installation: just put the scripts wherever you want.
2014-01-18 05:08:35 -05:00
Configuration: see `CONFIG.example`, default config path is `~/.xmpputils`