Anyway to make OB gets a python script output?
-
Hello there,
So I'm on this situation where I have to get an output from certain data I gather using some requests, but I can't make OB generate that output but I have a python that does that.
I heard there is some kind of plugin that makes you run external python scripts but I can't it or find a documentation of plugins.
Any help ?
-
use shell plugin https://forum.openbullet.dev/assets/uploads/files/shellplugin.dll
-
@tiolxpe hey thanks for your help any tutorial/documentation on how to use it ?
-
@exploiter no but its simple just put the directory where is the python script and the variable name and run it
-
@tiolxpe thank you again
-
In your case the path to executable would be the path to your python.exe, and the arguments will hold your py script for example
script.py
if in the current working directory. The stdout will be redirected to the variable with the name you chose.