Update 2025-01-03 (v12.0) - HTTP State triggers!


Hi everyone!

Version 12 brings an exciting new feature: States can now be triggered by HTTP messages!

What does this mean?

It means you can integrate RahiTuber with your streaming bots and automated scripts much easier. Here's how it works:

  • Enable the option in the Advanced menu:
  • In your automation software, set up a web request with the following format:
    http://localhost:8000/state?[0,0]
    The tooltip has a reminder of the required format for the web request. 
    • Here's an example in MixItUp:
      A screenshot of the "Web Request" action in MixItUp, with the url set to: http://localhost:8000/state?[4,1]
  • Choose the state you want to trigger - These are counted from top to bottom, starting from 0.
    A screenshot of the States menu in RahiTuber, with the 4th state expanded and highlighted.

    I'm picking the 5th state, which is at index 4.
  • Edit the two numbers in the query to match your intended action. For my example, the first number is 4.
    • To activate the state, set the second number to 1 (Think of this as "pressing" the hotkey).
    • To deactivate the state, set the second number to 0  (Only relevant for the "while held" type. Think of this as "releasing" the hotkey).
    • So, to enable my state, the full request is http://localhost:8000/state?[4,1]

Additional changes:

  • Better logging for loading, and fixing some issues with the loading process
    • As part of that, the option to disable checking for updates now works (oops)

Files

rahituber-win.zip 15 MB
Version 12.0 2 days ago
rahituber-linux-beta-x64.zip 2.5 MB
Version 12.0 2 days ago

Get RahiTuber

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

Works perfectly for me on Linux so far! Thanks so much for implementing this!

glad to hear! :D

(+2)

wow, this is pretty neat!

(1 edit) (+1)

This is awesome!!! I also noticed the new "Name windows separately" option and I love it! (I was previously copying and renaming RahiTuber to do this lol).

Keep up the good work! ❤

Just a QoL suggestion: Can we get the states index numbers next to their names? (Something like "▶ [7] StateName")

(+1)

Good idea, I'll do that. Thanks for the feedback!