kimjammer / Neuro

A recreation of Neuro-Sama originally created in 7 days.
MIT License
198 stars 26 forks source link

can it be run without twitchAPI? #1

Closed tigers2020 closed 6 months ago

tigers2020 commented 6 months ago

if I want a run this as in local only, can I run without online twitch?

kimjammer commented 6 months ago

Yup, it's actually disabled by default. See this line in main.py to turn it on/off. modules['twitch'] = TwitchClient(signals, enabled=False) If you have other questions on how to run Neuro feel free to contact me on Discord (@kimjammer) or make other issues.