Skip to content

tobiwild/mappy-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mappy Chat

Run Mappy commands from a XMPP chat. Just define some rules in config.json. Some example:

{
    "conditions": {
        "text": {
            "regex":"^!([a-z]{2}) (.*)",
            "modifier":""
        }
    },
    "message": {
        "command": "TextToSpeechCommand",
        "text": "{user} says: {text2}",
        "language": "{text1}",
        "speed":"1.0",
        "tempo":"1.0",
        "pitch":"0"
    }
}

When Peter now types the following in the chat:

> !en Can somebody please fix the build

then Mappy begins to talk:

Peter says: Can somebody please fix the build

About

Control Mappy the sheep via XMPP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors