auto post YouTube vid from other users

shaymiller

Regular Member
Joined
Dec 3, 2016
Messages
456
Reaction score
45
Is there a php script which allows me to auto download YouTube’s and post to my YouTube channel?
 
Google has huge php-library for all google services include YouTube: here
And you should register YouTube API.
 
Is there a php script which allows me to auto download YouTube’s and post to my YouTube channel?

There is lots of plugin available in wordpress for YouTube posting. I was using wo robot don't know if that still working.
 
Explain much better the kind of automation you are looking for?
 
Explain much better the kind of automation you are looking for?

let’s say I want to download all bmw vids and upload then to my channel


I should be able to type bmw as search and results would mass download.
 
Google has huge php-library for all google services include YouTube: here
And you should register YouTube API.

As JamesBondBro said, you could use the you tube api to write your own.

A quick google search for projects on github didn't yield much as far as something that did exactly what you're looking for.

But I did see several php scripts that either uploaded or downloaded.

You could take code from different projects and combine it, or use them as a starting point to achieve what you want.
 
Back
Top