Control your OBS scenes through Twitch chat!
- Python 3 (tested on 3.5)
irc
(pip install irc
)obs-websocket-py
(pip install obs-websocket-py
)- obs-websocket
- Move
config.cfg.example
toconfig.cfg
- Edit the values in
config.cfg
to fit your needs- Note: Scene names are case sensitive
- If you need a token, you can use this helpful website
- Run
bot.py
- Type
!cmd
wherecmd
is the scene ID (likecatcam
) in chat - ????????
- Profit!
This bot is a fork of this sample provided by Amazon and is licensed under the Apache License.
This was a one-off project for the OBS Discord server and will likely not be maintained. Feel free to put things in the Issue tracker, but, I make no guarantees!