Giter Club home page Giter Club logo

autoyt's Introduction

AutoYT

A CLI tool for automating the editing and uploading process of YouTube music videos.

go get github.com/stillwwater/autoyt

For pre-built binaries see Releases.

Usage

# a minimal example (see autoyt --help for a full list of options):
# add new music and artwork to the buffer
autoyt add music "ohwell - blue by you.mp3"
autoyt add art -a snatti89 "https://i.imgur.com/jJkRk1u.jpg"

# preview video description, the desc command lets you change any information
# on videos before they are scheduled
autoyt desc

# encode videos using ffmpeg and schedule an upload time
# images and music will be picked from the buffer
autoyt schedule

# upload scheduled videos to youtube. Videos will be private at first and made
# public at the scheduled date (this is handled by YouTube)
autoyt upload

You may change the default behavior and video templates using a config.json file. A default will be written to ~/.autoyt/config.json, you may edit this directly or place your own config file in ~/.config/autoyt/config.json.

Requirements

  • AutoYT uses ffmpeg to encode videos, you may download it here. On Windows you may need to manually add ffmpeg to $PATH or provide the full path to the ffmpeg binary in config.json.
  • You will need access to the YouTube API and download your client_secret.json to ~/.autoyt, you can do so using the Google developer console. When you run autoyt upload for the first time you will be prompted to authorize the app.

License

MIT

autoyt's People

Contributors

stillwwater avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.