This tool helps to publish YouTube videos as podcasts on Anchor.fm.
Just run the following command. Just replace the variables.
docker run \
-e ANCHOR_EMAIL={anchor_email} \
-e ANCHOR_PASSWORD={anchor_password} \
-e VIDEO_URL={video_url} \
fiver6/anchor-automator-local
docker run \
-e ANCHOR_EMAIL="fatih.iver@gmail.com" \
-e ANCHOR_PASSWORD="v9M/tXWT4j)FN!#y" \
-e VIDEO_URL="https://www.youtube.com/watch?v=Y66j_BUCBMY" \
fiver6/anchor-automator-local
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.