update README

This commit is contained in:
Changaco 2014-01-18 11:08:35 +01:00
parent 77c24ec172
commit 0c76a1d0b7
1 changed files with 4 additions and 5 deletions

View File

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