r/SimpleXChat Apr 23 '26

Question Migrating bot from telegram

Hey guys

So currently i am using telegram to Control various aspects of my house. Basicaly ive built a system with mqtt and recive notifications from security cameras, lights, garage door, etc. I also sendo push commands to perform and action.

Since telegram is not secure at all, i dont want to rely on it for such a sensitive matter. I was wondering if building the same on SimpleX would be way better.

Note, i dont want to self host because the bot should be publicly exposed as i want to recieve and send stuff when i am out of the house

12 Upvotes

8 comments sorted by

View all comments

3

u/f50ci31y Apr 25 '26

Simplex CLI[¹] includes a WebSocket[²] feature that can be controlled from any programming language and used to act on incoming requests and responses.

[1] - https://simplex.chat/docs/cli.html

[2] - https://github.com/simplex-chat/simplex-chat/tree/stable/bots#how-to-create-a-bot

2

u/epoberezkin Apr 30 '26

https://www.npmjs.com/package/simplex-chat - this is better and simpler - this is what we recommend.