Is it possible to create python scripts for shotgun and run them online? By this I mean, we dont have a local server for shotgun.
The kind of script that I would like to do is automating the export as csv on a few pages. To create a local backup of crucial data
in case of internet downtime. I was told about creating a query for certain entity fields and save them, but I don't know if it is possible right now.
Any insight is appreciated, I've started learning python recently and don't really know where to start looking.
Thanks!
Math