muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.3k stars 322 forks source link

Add Python Action #176

Open huangwc94 opened 6 years ago

huangwc94 commented 6 years ago

Hi, This is a fantastic go project! Just curious if we can get a python action that can execute customize python code, this will extends the project with much much more functionalities that suit a wide range of user. Also, other scripting language is useful as well.

alkuzad commented 6 years ago

yeah this is something I came here looking for alternatives to big old Huginn @muesli is this project still accepting PRs or is it abandoned ?

muesli commented 6 years ago

@alkuzad: Active and accepting PRs.

sabhiram commented 6 years ago

How about just using the execbee to run python? I would have called it shelbee for the lulz, but awesome project!

Zykino commented 4 years ago

If this is about executing python program with beehive, the "execute command" hive should be enough. If it is about writting an hive in Python/scripting language, well I don’t know Go but if you could expose C bindings it could let peoples write hives in any language.