Skip to content

moparisthebest/sendxmpp-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sendxmpp in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%