转到文件
Travis Burtrum 267e2b7e56
Merge pull request #1 from imShara/master
Switch from SleekXMPP to Slixmpp
2023-08-20 09:22:43 -04:00
LICENSE.md Clarify license 2017-01-09 23:02:59 -05:00
README.md Clarify license 2017-01-09 23:02:59 -05:00
sendxmpp Switch from SleekXMPP to Slixmpp 2019-05-07 16:22:59 +03:00
sendxmpp.cfg Major re-structure to sendxmpp, suitable for system-wide install now 2017-01-09 22:53:18 -05:00

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

Arch AUR package

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