mooner1022 / StarLight

Scriptable messenger auto-reply application with plugin support
https://starlight.mooner.dev
GNU General Public License v3.0
43 stars 4 forks source link

Feature request for an API server #35

Open dolidolih opened 7 months ago

dolidolih commented 7 months ago

apiserver

Currently Kakaotalk bot apps does not provide a built-in API server that receives requests from outside an app or a device. To send messages to bot apps, tcp/udp sockets could be used, but because of its complicated structure, it is not broadly used.

It would be very useful for bots that process events outside android environment, such as remote-kakao/pykakaodbbot. There are Flask like java modules that creates an API server, and flak will be a good candidate. https://github.com/pcdv/flak

mooner1022 commented 6 months ago

I'll proceed with the development of this feature(plugin) after all the necessary modifications on developing this plugin are completed.