Jump to content

automatically upload videos to a site problem


shah

Recommended Posts

Hello all,

I am new to creating bots. I want to create a bot, which can automatically upload videos to youtube, and register itselft. I am a complete started. I am good in php, c#, javascript etc. but i dont know where to start from. any help will be appreciated.

 

Thank you

Link to comment
Share on other sites

Well you say your good with PHP so its kinda hard to say where your stuck

this would be my basic steps

 

Well first step is knowing the problem.

first workout how to do it manually

then break it down in to smaller steps

 

#1 look at the form and write down fields are needed etc

#2 create a script to build up that data and send a post request

#3 check results/output

#4 create a script to check for the conditions (ie new file to be added) and get that to create a log

#5 test #4 check logs

#6 put that script (#4) into a cron job, and check the logs

#7 update #4 to use script from #2

#8 refactor code (clean up etc)

 

hope that helps,

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.