Skip to content

fatih-iver/anchor-automator-local

Repository files navigation

Anchor Automator (Local)

This tool helps to publish YouTube videos as podcasts on Anchor.fm.

Usage

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

Example

docker run \
-e ANCHOR_EMAIL="[email protected]" \
-e ANCHOR_PASSWORD="v9M/tXWT4j)FN!#y" \
-e VIDEO_URL="https://www.youtube.com/watch?v=Y66j_BUCBMY" \
fiver6/anchor-automator-local

Contributing

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.

License

MIT

About

This tool helps to publish YouTube videos as podcasts on Anchor.fm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors