mirror of
https://github.com/moparisthebest/sendxmpp-py
synced 2024-11-17 22:45:03 -05:00
update README
This commit is contained in:
parent
77c24ec172
commit
0c76a1d0b7
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user