CubeyTheCube/scratchclient

variable.user suggestion

Closed this issue · 1 comments

It should be easy if you use the clouddata.scratch.mit.edu api

@connection("set")
def get_data():
    var = variable.name
    val = variable.value
    user = variable.user

it'll affect performance so i'm not gonna implement that