Hello folks,
Here is a Python script to (a) list all registered cores and (b) get Server Sent Events (SSE) using Spark.publish(). (b) is particular is useful if you want your app to get notified of Core events without using an external service like IFTTT.
Nothing fancy, but hopefully someone will find it helpful.
Regards