ContentAutomation / YouTubeUploader

An automated, headless YouTube Uploader
https://github.com/ContentAutomation
MIT License
181 stars 31 forks source link

can we use it on heroku? #9

Closed tomahocbc closed 3 years ago

MorMundHS-MA commented 3 years ago

I don't have experience with Heroku, so I can't give you a definitive answer. The critical thing is running the docker image containing the browser. For our AWS instance we used a 1 GB instance I think, because smaller instances ran out of memory running the image. If Heroku provides runtimes that large and allows running the browser image, I don't see why it shouldn't work.

However you should also be aware that currently YouTube is blocking uploads from automated browser (see this issue for more info #8).

tomahocbc commented 3 years ago

I don't have experience with Heroku, so I can't give you a definitive answer. The critical thing is running the docker image containing the browser. For our AWS instance we used a 1 GB instance I think, because smaller instances ran out of memory running the image. If Heroku provides runtimes that large and allows running the browser image, I don't see why it shouldn't work.

However you should also be aware that currently YouTube is blocking uploads from automated browser (see this issue for more info #8).

thanks, bro for answering my question