Generate a Roku Direct Publisher based on your Vimeo videos
Work In Progress, proceed at your own risk. Pull requests welcome.
Instantly publish a Roku app powered by your Vimeo channel.
This app generates and serves a Roku Direct-compatible feed using data from the Vimeo API.
Note that this requires a Vimeo PRO or Vimeo Business account.
More info on Roku Direct Publisher here: https://blog.roku.com/developer/2016/10/19/publishing-platform/
bundle install
.env.sample
to .env.
.env
bundle exec ruby update-feed.rb
Or run it as a web server:
foreman start
If you don’t have foreman installed:
bundle exec rackup config.ru
Released under an MIT License