[Help] Youtube Comment Posting Bot

eriq123

Registered Member
Joined
Mar 19, 2012
Messages
81
Reaction score
6
Guys, I have a plan to create a youtube commenting bot. (very simple one) but i don't know how to start it properly. I have no experience in computer software programming side. Can someone suggest/help me a way to achieve this task?


Thanks a lot.
 
You need to learn a programming language like Python, Ruby on Rails or C# + .net for example.

https://www.python.org/about/gettingstarted/
http://guides.rubyonrails.org/getting_started.html
https://www.microsoft.com/net/learn/in-browser-tutorial/1

For python specifically (as that's what I know about), you need to learn usage of some modules that will help in web automation, like requests, pycurl, json, etc.

You also need basic knowledge of the http protocol and some html, it will make things easier.

EDIT: If you don't want to learn all this, you can learn browser imacros (free), or even using a GUI bot making software (building bots of your own with the help of drag & drop) like Ubot Studio or Zenno Labs - those are great options for beginners, but they're paid software.
 
Python + selenium. Super easy... the level of abstraction is insane; you can do sooo much with so few lines of code.
 
A VERY simple one can be done using iMacros and a CSV as a data source. Did it a couple years ago with almost 0 coding experience, took me two hours.
 
I'd start looking into some tutorials about writing Python code. It is a fairly easy language to learn and has some very powerful features. When you feel like you have the basics look into a library called Selenium. Selenium allows you to automate your browser, like a kind of advanced iMacros. You won't learn overnight though. It takes a good while to get your head around writing software. If time is of the essence it might be better to just hire someone to build the bot for you.
 
I don't know why you people have to SPAM others in order to make few bucks, why can't you do it the legit way?
Such things wud never get ahead in life.
 
I cant speak on pyphon or selenium as i dont know a great deal about them, BUT vb.net is good to learn and you can create some pretty cool software using it once you get the hang of it.

There's plenty of tutorials on youtube about vb.net check em out!:)
 
if this can be done, then I need this too. can anyone here who can help me too?
 
doesn't youtube block bots?

i can't remember the last time i have seen a bot spam the comments section
 
doesn't youtube block bots?

i can't remember the last time i have seen a bot spam the comments section

Real browser simulation like puppeteer or selenium is hardly detectable as bots. The main reason you don't see spam comments on Youtube anymore is because they have a pretty good algorithm that filters comments based on relevancy and authority, things that pretty much lacks in spam accounts and CPA keywords/phrases.
 
Real browser simulation like puppeteer or selenium is hardly detectable as bots. The main reason you don't see spam comments on Youtube anymore is because they have a pretty good algorithm that filters comments based on relevancy and authority, things that pretty much lacks in spam accounts and CPA keywords/phrases.

very interesting. thank you.
 
Use zennoposter. It's good solution for bots creating.

While a commenter bot could be made with zennoposter, this will not ensure sticky top comments on YT.
You can barely have comments even showing up in the top comments section if you manually comment with your own account.
 
Back
Top