Learning how to build automation bots in PHP/Laravel?

tommyvang

Senior Member
Joined
Oct 7, 2015
Messages
856
Reaction score
93
I'm wondering if there's any courses on learning how to build automation bots in PHP/Laravel?..
 
Hello. Depending on what are you going to use these bots.
Maybe there are easier solutions.
 
Hello. Depending on what are you going to use these bots.
Maybe there are easier solutions.
I don't plan on building a complex application. Just something simple like auto posting, likes, share, etc..
 
+1 for python

Else, you can try NodeJS and combine it with proper libraries based on your scenario like NodeJS/Python + Selenium/Puppeteer/Playwright for browser automation.

Don't get me wrong as there are PHP based bots/solutions but I haven't seen any good one for that matter.
 
It does not matter whether the Python or PHP. In any language there are POST/GET requests. If you own a Python , use it
 
I recommend using Python or Javascript instead of PHP. Puppeteer and Playwright are great JS tools, with active communities.
 
I know both python and php. If you want to do scraping without much issues, just go for python. A round wheel is always better than a square one.
 
Back
Top