Resource icon

Auto Twitch Category 4

Misiphear

New Member
Misiphear submitted a new resource:

Auto Twitch Category - obs script that updates twitch category automatically

Automates Twitch Category

How it works:
  • Monitors task manager for game executables
  • Changes Twitch category when detected (e.g., CS2.exe -> "Counter-Strike")
  • Defaults to "Just Chatting" if no game detected
Install:
  1. Download script
  2. Place in OBS scripts folder
  3. Add script in OBS (Tools > Scripts)
Prerequisites:
  • OBS Studio (28.0.0+)
  • Python version 3.9 or later
  • Libraries: obspython, requests, psutil
Costumization: add...

Read more about this resource...
 

Ashta66

New Member
Hello,

Trying to use the script after installation I got this error code after clicking "Login with Twitch" button :

{"status":400,"message":"invalid client"}

Thanks for you help
 

Misiphear

New Member
Hello,

Trying to use the script after installation I got this error code after clicking "Login with Twitch" button :

{"status":400,"message":"invalid client"}

Thanks for you help
Hey Ashta66,

Usually this error means your client_id in your config.json file is incorrect!
so, check for typos inside config.json missing commas(,) make sure that client id is correct
{ "client_id": "your_client_id_here", "client_secret": "your_client_secret_here", "broadcaster_name": "your_twitch_username_here" }


Thank you and have the best one, Ashat66
 
Last edited:
Top