shah Posted May 22, 2009 Share Posted May 22, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/159237-automatically-upload-videos-to-a-site-problem/ Share on other sites More sharing options...
MadTechie Posted May 22, 2009 Share Posted May 22, 2009 What part you stuck on ? Quote Link to comment https://forums.phpfreaks.com/topic/159237-automatically-upload-videos-to-a-site-problem/#findComment-839823 Share on other sites More sharing options...
shah Posted May 23, 2009 Author Share Posted May 23, 2009 actually, i have not started yet. i want to start it, but do not know where to begin from. some hints or tutorials if you know will help me. please suggest any tutorial, book etc. Quote Link to comment https://forums.phpfreaks.com/topic/159237-automatically-upload-videos-to-a-site-problem/#findComment-840647 Share on other sites More sharing options...
MadTechie Posted May 23, 2009 Share Posted May 23, 2009 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, Quote Link to comment https://forums.phpfreaks.com/topic/159237-automatically-upload-videos-to-a-site-problem/#findComment-840649 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.