Skip to content

AlexDemian/jabberbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Simple python xmpp bot. Redis used as fast buffer

Requirements:

  1. python 2.7

  2. Redis https://redis.io/

  3. Python/xmpp library

Usage: After installation of all libraries specify your xmpp-account settings at config.py

Then run xmppbot.py in loop:

python xmppbot.py

And try to send and receive messages via commandline:

To receive message:

redis-cli lpop recv_mess

To send message:

redis-cli lpush send_mess username@message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages