joaomgcd / JoinDesktop

A desktop app for Join built in Electron
238 stars 19 forks source link

[FEATURE REQUEST] Send message from command line #69

Closed lee321987 closed 1 year ago

lee321987 commented 1 year ago

It would be really nice if I could send a message to a device phone with a command line. Something like: "Join Desktop.exe" "some-device" "some-message"

joaomgcd commented 1 year ago

You can do that with the Join API with curl for example: https://joaoapps.com/join/api/

Hope this helps!