An open API service indexing awesome lists of open source software.

https://github.com/garf/chat-bot-mother

Centralized service for chat bot clients "Mother"
https://github.com/garf/chat-bot-mother

code-sample

Last synced: 8 months ago
JSON representation

Centralized service for chat bot clients "Mother"

Awesome Lists containing this project

README

          

# Chat Bot Mother

Server for thin chatbot clients.

Receives requests, process them and return unified response.

## Build
- Install [http://maven.apache.org/install.html](Maven)
- Run in root folder `mvn -e package`
- Compiled -jar-with-dependencies.jar and `config.properties` file will be in `target` folder

## Run
- Edit file `config.properties`
- Run `java -jar -jar-with-dependencies.jar`

## Clients

- https://github.com/garf/telegram-bot-thin
- https://github.com/garf/slack-bot-thin
- https://github.com/garf/facebook-bot-thin