Run the whatsapp-ki-maya server
or
Run the telegram-ki-maya server
- Build the docker image
docker build -t setu-engine .
- Run the docker container
docker run -d -p 8070:8070 --name setu-engine setu-engine
- Send .id message in the chat with the bot present
- Send /id message in the chat with the bot present
- Create a new request
- Set the request type to
POST
- Set the request URL to
http://localhost:8070/bridge
- Set the request body to
{
"first_chat_id": "first_chat_id",
"first_url" : "ip_address_of_first_host",
"second_chat_id": "second_chat_id",
"second_url" : "ip_address_of_second_host"
}
- You can bridge any two chats from any two hosts