0.0.19 • Published 11 years ago

monsieur-bot v0.0.19

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

Introduction

monsieur-bot is just your ordinay XMPP gentleman.

Installation

Easy. Just do:

npm install monsieur-bot

Configuration

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

monsieur-bot tries to access config.json in the current directory if the -c option is not specified.

0.0.19

11 years ago

0.0.18

11 years ago

0.0.17

11 years ago

0.0.16

11 years ago

0.0.15

11 years ago

0.0.14

11 years ago

0.0.13

11 years ago

0.0.12

11 years ago

0.0.11

11 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago