hermes-chat

A simple Python-based group chat server built on XMPP
Download

hermes-chat Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Matt Long

hermes-chat Tags


hermes-chat Description

hermes-chat is a simple Python-based group chat server built on XMPP. Hermes lets you easily manage chatrooms for friends or colleagues.How it WorksSupply your own XMPP-based (e.g. GMail/Google Talk) accounts to serve as chatroom hosts, add a lil' bit of configuration, and start it. Chatroom members simply chat with the host account. Hermes broadcasts the message to all other members on its behalf.Usagefrom hermes import start_serverpinky = { 'JID': 'p.suavo@wb.com', 'NICK': 'pinky' }brain = { 'JID': 'brain@wb.com', 'NICK': 'brain' }chatrooms = { 'world-domination-planning': { 'SERVER': ('talk.google.com', 5223,), 'JID': 'wdp@foo.com', 'PASSWORD': 'thesamethingwedoeverynight', 'MEMBERS': , },}start_server(chatrooms=chatrooms)InstallationPackage available from PyPI: http://pypi.python.org/pypi/hermes-chat/. Install with:pip install hermes-chatIs it any good?Yes.Product's homepage


hermes-chat Related Software