Streamlabs-Chatbot-Python-Boilerplate icon indicating copy to clipboard operation
Streamlabs-Chatbot-Python-Boilerplate copied to clipboard

Results 9 Streamlabs-Chatbot-Python-Boilerplate issues
Sort by recently updated
recently updated
newest added

It looks like there is no way for us to submit pull requests for the Wiki at the moment. Is it possible to open the wiki up for suggested edits...

I changed "label": "Command" to "label": "Response"

Hey, this is just a heads up that the syntax on [https://github.com/AnkhHeart/Streamlabs-Chatbot-Python-Boilerplate/wiki/API-Requests](https://github.com/AnkhHeart/Streamlabs-Chatbot-Python-Boilerplate/wiki/API-Requests) is incorrect. All of the headers and content dictionaries are double wrapped in {} marks when it should...

I have a Problem with Parent.SendStreamWhisper(name, message). In the Console from Streamlabs-Chatbot i can see, that the Message was send to the person. But all people said, that the message...

Save Settings doesn't seem to be working. I made this test code to check if ReloadSettings is called when Save Settings is clicked: ``` def ReloadSettings(jsonData): Parent.SendStreamMessage('ReloadSettings') Init() return ```...

While there are many things that it would be nice to have added to the boilerplate, removing is much easier; and the GameWisp tab is no longer functional or useful...

I've written a script to add a little minigame, to calculate a win I'm just using `random.randint(1, 100)` I noticed I kept getting a lot of results below 50 so...

## Removed API dependency (Vue) Most people won't be familiar with Vue, hence it is better to show the "classic" method instead of forcing somebody to read up on yet...