Thesgtluca
Junior Member
- Apr 16, 2013
- 123
- 17
Go with python or node.js
I find creating bots quite complicated. Instead I just copy human actions using headless browser like phantomjs. Then run it day in day out with proxies etc. So a basic understanding of html and JS is more than enough.
Well, if you want to have your bot more power, then use the selenium webdriver. It has different coding language bindings. Java is recommended in this case.
Read more about selenium. Its a must have for web automation scripting.
In any other case, python is also good since its very light weight