BETA: Python is here!

We did it! The development snapshot of Eggdrop now includes the python module, which, similar to Tcl, embeds a python interpreter into Eggdrop! You can now run your favorite python scripts on Eggdrop with minimal modification!

The best part of the python module is that (mostly) you can use the exact same Tcl API commands that you are familiar with, by importing the commands from the eggdrop.tcl module

There is so much to write about, we can’t fit it all into a post- please check out the documentation we included in the python module directory, as well as the example scripts that we placed in scripts/ to get you started. If you have questions, or find a bug, please come see us in #eggdrop on libera.chat. Thanks!