Youtube Bulk Upload Inputs Needed

chris barker

Power Member
Joined
Dec 25, 2009
Messages
743
Reaction score
247
Hello All,

I have developed a script to bulk upload youtube videos. As of now i am having a separate text file for each videos which contains the title desc, tags etc.. I am planning to construct my script as a software in future.

If u want to upload bulk videos, where you want to keep/ read/ generate title desc for the videos?

One thought i have it in mind.,..have the relevant keywords in a text file and generate Title and desc dynamically from the keyword.

What's your thought?

Chris
 
Hello All,

I have developed a script to bulk upload youtube videos. As of now i am having a separate text file for each videos which contains the title desc, tags etc.. I am planning to construct my script as a software in future.

If u want to upload bulk videos, where you want to keep/ read/ generate title desc for the videos?

One thought i have it in mind.,..have the relevant keywords in a text file and generate Title and desc dynamically from the keyword.

What's your thought?

Chris
that will be great if script/software generate title and description automatic
 
I developed a bot myself some months ago and what I did was separate the niches into different files. For example let's say you're working on a dog niche then I will create a file named "dogs_niche.txt" and inside the file I will place channel tags, URLs (selects 1 randomly), multiple spintax supported desc (multiple just to have some diversity), location of video folder for this niche (I did this so that BOT can pick niches at random and pick correct videos for it. Also videos from that folder will be picked randomly). Bot scrapes google for video tags to keep things fresh and keep up with the latest trend.

For Titles, I wanted to scrape Google first that didn't worked that great for me tbh. So, I had to type some spintax supported titles and leave a placeholder where BOT will insert the keywords.
Example Title: "{Guide|How|Guide on How} to place_holder" << Just a very generic example. To let you understand my point.
Bot can replace "place_holder" to your keyword and create titles like: "Guide to train your puppy", "How to train your puppy" and "Guide on How to train your puppy".

Let me know what you think. If you come up with a better idea then don't forget to tag me :)
 
Back
Top