I am making a twitter bot, and I want to generate text from a python script, and then send that information to a Node JS script. I have everything figured out, on how to generate the text and everything, I just need to know how to get the generated text to my JS script.
I'm am using textgenrnn(https://github.com/minimaxir/textgenrnn) to generate text, and I'm pretty sure that it is python exclusive.