hacst / rotcbot

A jabber bot that scans the TGE master server and announces new games of a specific type.

Home Page:http://ethernet.wasted.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rotcbot - Jabber bot that scans the TGE master server and announces new games of a specific type.
In this case rotc - Revenge of the Cast.

Create a config file in
~/.rotcbot_jabber
and fill it with these options:
username = <user>@<jabber-server>
password = <password>
json_output = <path-to-json-file-to-output-serverlist-to>
control_room = <room>@<conference-jabber-server>

The last two options are optional.

The bot is used by either starting
$ python rotcbot_jabber.py
or 
$ python rotcbot_jabber_supervisor.py

The supervisor script restarts the bot if something happens, and reports the errors to
the control room.

About

A jabber bot that scans the TGE master server and announces new games of a specific type.

http://ethernet.wasted.ch

License:GNU General Public License v3.0


Languages

Language:Python 100.0%