hermes-chat

Software Screenshot:
hermes-chat
Software Details:
Version: 0.2.2
Upload Date: 14 Apr 15
Developer: Matt Long
Distribution Type: Freeware
Downloads: 3

Rating: nan/5 (Total Votes: 0)

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 Works

Supply 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.

Usage

from hermes import start_server

pinky = { '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': [pinky, brain],
 },
}

start_server(chatrooms=chatrooms)


Installation

Package available from PyPI: http://pypi.python.org/pypi/hermes-chat/. Install with:

pip install hermes-chat

Is it any good?

Yes.

Requirements:

  • Python

Similar Software

Ace Operator
Ace Operator

20 Feb 15

Mumble
Mumble

3 Oct 17

muirc
muirc

15 Apr 15

Other Software of Developer Matt Long

Comments to hermes-chat

Comments not found
Add Comment
Turn on images!