authorblues / bizhawk-shuffler-2

A script to randomly shuffle between games played in Bizhawk, with plugins to enhance the experience
MIT License
58 stars 21 forks source link

Create http-output.lua #76

Open VodBox opened 3 months ago

VodBox commented 3 months ago

Allows for output info about the current state of the shuffler to be outputted to an HTTP endpoint with POST requests. By default, it'll only send updates for completed-games and current-game.

Sophilautia commented 1 month ago

Oh this is fantastic. I wonder if this could be used to track multiple shufflers at once and track when different shufflers complete different games?

Would love to play around with this if there was more documentation on how to use it.