I want to create a bot. I know some JAVA how I can start?

DorZ11

Junior Member
Joined
Feb 21, 2012
Messages
120
Reaction score
5
I know java and little bit c# and c++ and c.
my bot that I want to create meant to create YT accounts.
there are any ebooks on creating bots? I never did those things. where should I begin? thanks.
 
You KNOW Java? Have you looked at the YouTube API? You know that it doesn't allow you to create accounts?
 
Download selenium and start reading docs.
 
C# HttpWebRequests + a captcha API + Fiddler2 with request to code plugin + probably something needed to phone verify.
 
I know java and little bit c# and c++ and c.
my bot that I want to create meant to create YT accounts.
there are any ebooks on creating bots? I never did those things. where should I begin? thanks.

learn to use Apache's HttpClient, its somewhat the (lamer.. Yes i know) counterpart to requests in Python if you ever used it.

Selenium could be useful to pick up.. But i find that approach way too bulky and bloated for almost everything unless you are working with a complete JS and AJAX dependant website.
 
Back
Top