Where do I start?

Lmao Bot

Newbie
Joined
Feb 14, 2019
Messages
1
Reaction score
0
So I've been browsing these forums for awhile now, but only decided to make an account now so I can ask a question. If I were to make a youtube view bot, sub bot, like bot, etc... How would I go about doing that? Like what should I be researching? What language is best? Which program should I use? That kind of stuff. I'm not completely clueless when it comes to writing programs, I've written in Lua and Ahk and a little C++, but I don't really know where to even start on making a bot like this. Any ideas?
 
I suggest python, once you learn the basics, you can start using modules like 'requests' and 'selenium' to create bots. Make sure you understand HT TP methods (GET, POST, etc.) and headers (User agent, cookies, etc.) before you try to make a bot.
 
Back
Top