StarLight icon indicating copy to clipboard operation
StarLight copied to clipboard

Feature request for an API server

Open dolidolih opened this issue 1 year ago • 1 comments

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

dolidolih avatar Feb 11 '24 12:02 dolidolih

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

  • [x] Redevelopment of ConfigStructure and its relatives #33
  • [ ] Abstracting and modifying code editor to be accessible from PluginCore (WIP)

mooner1022 avatar Feb 23 '24 17:02 mooner1022