You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
LICENSE.md | 6 years ago | |
README.md | 6 years ago | |
sendxmpp | 6 years ago | |
sendxmpp.cfg | 6 years ago |
README.md
sendxmpp-py
sendxmpp
is the XMPP equivalent of sendmail. It is an alternative to the old sendxmpp written in Perl.
Dependencies:
- python 3
- dnspython
- sleekxmpp
To install them on Ubuntu:
sudo apt-get install python3 python3-pip
sudo pip install dnspython sleekxmpp
Installation: just put the script wherever you want.
Configuration: cp sendxmpp.cfg ~/.config/
and edit ~/.config/sendxmpp.cfg
with your XMPP credentials
Usage examples:
echo "This is a test" | sendxmpp user@host
sendxmpp user@host <README.md
License
GNU/GPLv3 - Check LICENSE.md for details