Open Unixsystem13 opened 5 years ago
Calling observer.start()
is needed when you want to use the bot, only then it starts receiving messages from the chat.
Have you tried to run any of the examples either in the readme or in the cookbook? The Echo Bot is a good example to start with.
Is this giving you a high CPU usage as well?
This script is giving me 10-15% CPU on a high end, modern CPU. If I remove the line
oberver.start()
, it uses <0.1%. It's enough that if I try to run the script while streaming a demanding game, the game's framerate drops into unplayability. Is this somehow expected behavior or am I missing something obvious?