Navinnair / video_automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a project to help automate some steps of the Video Production process.

It turns out there's a really excellent tool called TubeBuddy that already exists. I've started using TubeBuddy in the past few months and really like it. If you buy a license, I'll get a small cut for being an affiliate.

It was built in public and you can watch videos about how each piece was built:

You'll need to setup some credentials to get the integrations working:

EDITOR=vi rails credentials:edit

Then fill in these details.

youtube:
  client_id: <your-youtube-client-id>
  client_secret: <your-youtube-client-secret>

bitmoji:
  client_id: <your-bitmoji-client-id>

# Used as the base secret for all MessageVerifiers in Rails, including the one protecting cookies.
secret_key_base: <generate some long random string and put it here>

About


Languages

Language:HTML 96.6%Language:Ruby 3.2%Language:JavaScript 0.2%Language:Shell 0.0%Language:CSS 0.0%