Rek
11 years agoVisitor
Automated publishing
Does anyone know of a way to automate publishing of a Roku channel? I've built a toolchain that performs some custom build steps and outputs either a .zip or .pkg file. I often do builds which I uploa...
"Rek" wrote:
Does anyone know of a way to automate publishing of a Roku channel? I've built a toolchain that performs some custom build steps and outputs either a .zip or .pkg file. I often do builds which I upload to a private channel for testing, and I find it cumbersome to login and navigate the website each time. I'd love to add another option to my build script which performs the upload.
I investigated using mechanize, however it doesn't execute javascript (which much of the site relies on).
Has anyone tackled this successfully?