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"
- Host: GitHub
- URL: https://github.com/garf/chat-bot-mother
- Owner: garf
- Created: 2017-02-07T22:02:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T09:17:58.000Z (about 3 years ago)
- Last Synced: 2025-02-17T06:44:25.370Z (11 months ago)
- Topics: code-sample
- Language: Java
- Size: 63.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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