0.0.19 • Published 12 years ago
monsieur-bot v0.0.19
Introduction
monsieur-bot is just your ordinay XMPP gentleman.
Installation
Easy. Just do:
npm install monsieur-botConfiguration
Just create a config.json file with the following data:
{
    "jid": "your_bots_jid@example.com",
    "password": "password",
    "muc_room": "muc_room@conference.example.com",
    "owner": "theowner@example.com",
    "notify_owner": ["error", "warning"],
    "extensions": ["aggregator", "youtube", "imgur"],
    "annoying": true,
    "imgur": {
        "client_id": "imgur_client_id",
        "album": "album_id",
        "delete_hash": "album_delete_hash"
    },
    "youtube": {
        "upload_images": true
    },
    "db_path": "/path/to/sqlite/db",
}Running it
mbot -c /config/file/location.jsonmonsieur-bot tries to access config.json in the current directory if the -c option is not specified.
0.0.19
12 years ago
0.0.18
12 years ago
0.0.17
12 years ago
0.0.16
12 years ago
0.0.15
12 years ago
0.0.14
12 years ago
0.0.13
12 years ago
0.0.12
12 years ago
0.0.11
12 years ago
0.0.10
12 years ago
0.0.9
12 years ago
0.0.8
12 years ago
0.0.7
12 years ago
0.0.6
12 years ago
0.0.5
12 years ago
0.0.4
12 years ago
0.0.3
12 years ago
0.0.2
12 years ago