drummerSupport icon indicating copy to clipboard operation
drummerSupport copied to clipboard

I/O for Drummer users

Open scripting opened this issue 4 years ago • 0 comments

A few weeks ago I completed a push to get Instant Outlining (or I/O) in shape for other developers to implement it.

Along the way, I created a readout that let me quickly view the outlines that updated, in either LO2, Drummer or view them as XML. This made it possible for me to do a lot of debugging without having to enter a lot of URLs.

Since you all have access to Drummer, this could be interesting for you! :smile:

http://scripting.com/code/socketserver/log/

Basically it's the log for the "socket server" app that translates GitHub webhook calls into events on websocket connections. So once you open Taylor Lorenz's outline, for example, you should see all the updates. Her outline is one of the most active, and she posts interesting stuff.

This service is maintained by an app I have running on a server that's watching several Twitter accounts, and updating the outlines when something new is posted.

You can see the outlines here:

https://github.com/scripting/instantOutlines/tree/main/outlines/twitter

Some of you all have outlines. I'm happy to add anyone else here, just let me know.

Dave

PS: Comments, questions welcome.

scripting avatar Jul 20 '21 16:07 scripting